[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:45] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:25:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:25:46] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: ALTER TABLE empleado CHANGE id_empresa id_empresa INT DEFAULT NULL, CHANGE id_ci_departamento id_ci_departamento INT DEFAULT NULL COMMENT 'llave primaria' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: ALTER TABLE material CHANGE id_sustitucion id_sustitucion INT DEFAULT NULL COMMENT 'llave primaria de la tabla', CHANGE observacion observacion VARCHAR(255) DEFAULT 'NULL' COMMENT 'Alguna observaciÃ³n' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: ALTER TABLE solicitud CHANGE id_empresa id_empresa INT DEFAULT NULL, CHANGE id_respempresa id_respempresa INT DEFAULT NULL COMMENT 'llave primaria', CHANGE estado estado VARCHAR(20) DEFAULT NULL COMMENT 'estado en el que se encuentra la solicitud', CHANGE fecha_solicitud fecha_solicitud DATETIME DEFAULT NULL COMMENT 'fecha de solicitud ', CHANGE fecha_problema fecha_problema DATETIME DEFAULT NULL COMMENT 'fecha de inicio del problema', CHANGE fecha_solucion fecha_solucion DATETIME DEFAULT NULL COMMENT 'fecha fin de trabajo realizado ' [] []
[2020-03-24 22:25:46] doctrine.DEBUG: DROP INDEX sustitucion_inventario_id_fk ON sustitucion [] []
[2020-03-24 22:25:46] console.ERROR: Error thrown while running command "doctrine:schema:update --force". Message: "An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':  SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint" {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':\n\nSQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:115, Doctrine\\DBAL\\Driver\\PDOException(code: HY000): SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:106, PDOException(code: HY000): SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:104)","command":"doctrine:schema:update --force","message":"An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':\n\nSQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint"} []
[2020-03-24 22:25:46] console.DEBUG: Command "doctrine:schema:update --force" exited with code "1" {"command":"doctrine:schema:update --force","code":1} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:30:39] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:30:55] console.ERROR: Error thrown while running command "doctrine:schema:update --dump-sql". Message: "Class 'AdminBundle\Entity\Inventario' does not exist" {"exception":"[object] (Doctrine\\Common\\Persistence\\Mapping\\MappingException(code: 0): Class 'AdminBundle\\Entity\\Inventario' does not exist at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\common\\lib\\Doctrine\\Common\\Persistence\\Mapping\\MappingException.php:96)","command":"doctrine:schema:update --dump-sql","message":"Class 'AdminBundle\\Entity\\Inventario' does not exist"} []
[2020-03-24 22:30:55] console.DEBUG: Command "doctrine:schema:update --dump-sql" exited with code "1" {"command":"doctrine:schema:update --dump-sql","code":1} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:31:46] console.ERROR: Error thrown while running command "doctrine:schema:update --dump-sql". Message: "Property AdminBundle\Entity\Solicitud::$idEmpresa does not exist" {"exception":"[object] (ReflectionException(code: 0): Property AdminBundle\\Entity\\Solicitud::$idEmpresa does not exist at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\common\\lib\\Doctrine\\Common\\Persistence\\Mapping\\RuntimeReflectionService.php:80)","command":"doctrine:schema:update --dump-sql","message":"Property AdminBundle\\Entity\\Solicitud::$idEmpresa does not exist"} []
[2020-03-24 22:31:46] console.DEBUG: Command "doctrine:schema:update --dump-sql" exited with code "1" {"command":"doctrine:schema:update --dump-sql","code":1} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:50] php.INFO: User Deprecated: The doctrine:generate:entity command has been deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The doctrine:generate:entity command has been deprecated. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\doctrine-bundle\\Command\\GenerateEntitiesDoctrineCommand.php:75)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:34:56] console.ERROR: Error thrown while running command "doctrine:schema:update --dump-sql". Message: "The target-entity AdminBundle\Entity\Inventario cannot be found in 'AdminBundle\Entity\Sustitucion#idInventario'." {"exception":"[object] (Doctrine\\ORM\\Mapping\\MappingException(code: 0): The target-entity AdminBundle\\Entity\\Inventario cannot be found in 'AdminBundle\\Entity\\Sustitucion#idInventario'. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Mapping\\MappingException.php:762)","command":"doctrine:schema:update --dump-sql","message":"The target-entity AdminBundle\\Entity\\Inventario cannot be found in 'AdminBundle\\Entity\\Sustitucion#idInventario'."} []
[2020-03-24 22:34:56] console.DEBUG: Command "doctrine:schema:update --dump-sql" exited with code "1" {"command":"doctrine:schema:update --dump-sql","code":1} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:10] php.INFO: User Deprecated: The doctrine:generate:entity command has been deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The doctrine:generate:entity command has been deprecated. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\doctrine-bundle\\Command\\GenerateEntitiesDoctrineCommand.php:75)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:36:34] console.ERROR: Error thrown while running command "doctrine:schema:update --dump-sql". Message: "The target-entity AdminBundle\Entity\Inventario cannot be found in 'AdminBundle\Entity\Sustitucion#idInventario'." {"exception":"[object] (Doctrine\\ORM\\Mapping\\MappingException(code: 0): The target-entity AdminBundle\\Entity\\Inventario cannot be found in 'AdminBundle\\Entity\\Sustitucion#idInventario'. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Mapping\\MappingException.php:762)","command":"doctrine:schema:update --dump-sql","message":"The target-entity AdminBundle\\Entity\\Inventario cannot be found in 'AdminBundle\\Entity\\Sustitucion#idInventario'."} []
[2020-03-24 22:36:34] console.DEBUG: Command "doctrine:schema:update --dump-sql" exited with code "1" {"command":"doctrine:schema:update --dump-sql","code":1} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:58:58] php.INFO: User Deprecated: The doctrine:generate:entity command has been deprecated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The doctrine:generate:entity command has been deprecated. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\doctrine-bundle\\Command\\GenerateEntitiesDoctrineCommand.php:75)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:05] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 22:59:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 22:59:11] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: ALTER TABLE empleado CHANGE id_empresa id_empresa INT DEFAULT NULL, CHANGE id_ci_departamento id_ci_departamento INT DEFAULT NULL COMMENT 'llave primaria' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: ALTER TABLE material CHANGE id_sustitucion id_sustitucion INT DEFAULT NULL COMMENT 'llave primaria de la tabla' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: ALTER TABLE solicitud CHANGE id_empresa id_empresa INT DEFAULT NULL, CHANGE id_respempresa id_respempresa INT DEFAULT NULL COMMENT 'llave primaria', CHANGE observaciones_cliente observacion_cliente TEXT DEFAULT NULL COMMENT 'observaciones del cliente al dejar el equipo' [] []
[2020-03-24 22:59:11] doctrine.DEBUG: DROP INDEX sustitucion_inventario_id_fk ON sustitucion [] []
[2020-03-24 22:59:11] console.ERROR: Error thrown while running command "doctrine:schema:update --force". Message: "An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':  SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint" {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':\n\nSQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:115, Doctrine\\DBAL\\Driver\\PDOException(code: HY000): SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:106, PDOException(code: HY000): SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:104)","command":"doctrine:schema:update --force","message":"An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':\n\nSQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint"} []
[2020-03-24 22:59:11] console.DEBUG: Command "doctrine:schema:update --force" exited with code "1" {"command":"doctrine:schema:update --force","code":1} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:00:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:00:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:00:23] doctrine.DEBUG: ALTER TABLE empleado CHANGE id_empresa id_empresa INT DEFAULT NULL, CHANGE id_ci_departamento id_ci_departamento INT DEFAULT NULL COMMENT 'llave primaria' [] []
[2020-03-24 23:00:23] doctrine.DEBUG: ALTER TABLE material CHANGE id_sustitucion id_sustitucion INT DEFAULT NULL COMMENT 'llave primaria de la tabla' [] []
[2020-03-24 23:00:23] doctrine.DEBUG: ALTER TABLE solicitud CHANGE id_empresa id_empresa INT DEFAULT NULL, CHANGE id_respempresa id_respempresa INT DEFAULT NULL COMMENT 'llave primaria' [] []
[2020-03-24 23:00:23] doctrine.DEBUG: DROP INDEX sustitucion_inventario_id_fk ON sustitucion [] []
[2020-03-24 23:00:23] console.ERROR: Error thrown while running command "doctrine:schema:update --force". Message: "An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':  SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint" {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':\n\nSQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:115, Doctrine\\DBAL\\Driver\\PDOException(code: HY000): SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:106, PDOException(code: HY000): SQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:104)","command":"doctrine:schema:update --force","message":"An exception occurred while executing 'DROP INDEX sustitucion_inventario_id_fk ON sustitucion':\n\nSQLSTATE[HY000]: General error: 1553 Cannot drop index 'sustitucion_inventario_id_fk': needed in a foreign key constraint"} []
[2020-03-24 23:00:23] console.DEBUG: Command "doctrine:schema:update --force" exited with code "1" {"command":"doctrine:schema:update --force","code":1} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:58] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:01:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:01:59] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-24 23:04:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-03-24 23:04:36] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-03-24 23:14:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-24 23:14:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-24 23:14:27] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-24 23:14:27] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-24 23:14:28] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-03-24 23:14:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-03-24 23:14:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-24 23:14:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-24 23:14:29] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-03-24 23:14:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-03-24 23:14:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-24 23:14:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-24 23:14:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"31bfc8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/31bfc8","method":"GET"} []
[2020-03-24 23:14:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-24 23:14:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-24 23:14:43] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-03-24 23:14:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-03-24 23:14:44] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-03-24 23:14:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-24 23:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-24 23:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-24 23:14:45] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-03-24 23:14:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-24 23:14:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-24 23:14:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-24 23:14:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-24 23:14:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-24 23:14:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-24 23:14:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"765414","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/765414","method":"GET"} []
[2020-03-24 23:28:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-24 23:28:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-24 23:28:53] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-03-24 23:28:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-24 23:28:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-24 23:28:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-24 23:28:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-24 23:29:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-24 23:29:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-24 23:29:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4ebb6a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4ebb6a","method":"GET"} []
[2020-03-29 01:26:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-29 01:26:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-29 01:26:33] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-03-29 01:26:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-29 01:26:38] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occured in driver: SQLSTATE[HY000] [2002] No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión. " at C:\xampp\htdocs\service\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 103  []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-03-31 16:39:03] php.INFO: User Deprecated: Using the "--entity" option has been deprecated since version 3.0 and will be removed in 4.0. Pass it as argument instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the \"--entity\" option has been deprecated since version 3.0 and will be removed in 4.0. Pass it as argument instead. at C:\\xampp\\htdocs\\service\\vendor\\sensio\\generator-bundle\\Command\\GenerateDoctrineCrudCommand.php:97)"} []
[2020-03-31 17:15:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:03] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 17:15:03] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 17:15:03] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-03-31 17:15:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-03-31 17:15:04] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-03-31 17:15:04] security.DEBUG: Calling Authentication entry point. [] []
[2020-03-31 17:15:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:05] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-03-31 17:15:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-03-31 17:15:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"65c8f4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/65c8f4","method":"GET"} []
[2020-03-31 17:15:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:12] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-03-31 17:15:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-03-31 17:15:13] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-03-31 17:15:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:15:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:14] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-03-31 17:15:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:15:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:15:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:15:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:15:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bd5110","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bd5110","method":"GET"} []
[2020-03-31 17:15:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:25] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-03-31 17:15:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:15:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:15:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:15:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-03-31 17:15:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:15:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ff7127","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ff7127","method":"GET"} []
[2020-03-31 17:15:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:52] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 17:15:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:15:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:15:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:15:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 17:15:53] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class AdminBundle\Entity\TipoEmpresa could not be converted to string" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bridge\Doctrine\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class AdminBundle\\Entity\\TipoEmpresa could not be converted to string at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Form\\Type\\DoctrineType.php:59)"} []
[2020-03-31 17:15:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:15:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:15:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:15:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"09174c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/09174c","method":"GET"} []
[2020-03-31 17:33:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:33:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:33:41] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 17:33:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:33:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:33:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:33:42] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 17:33:42] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 17:33:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:33:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:33:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:33:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d6d826","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d6d826","method":"GET"} []
[2020-03-31 17:37:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:08] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-03-31 17:37:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:37:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:37:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:37:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fe8a5b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fe8a5b","method":"GET"} []
[2020-03-31 17:37:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:16] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-03-31 17:37:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:37:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:37:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:37:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-03-31 17:37:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:37:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"48bd98","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/48bd98","method":"GET"} []
[2020-03-31 17:37:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:20] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-03-31 17:37:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:37:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:37:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:37:20] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-03-31 17:37:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:37:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eeabaa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/eeabaa","method":"GET"} []
[2020-03-31 17:37:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:36] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-03-31 17:37:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:37:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:37:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:37:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-03-31 17:37:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:37:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a1ade2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a1ade2","method":"GET"} []
[2020-03-31 17:37:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:42] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-03-31 17:37:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:37:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:37:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:37:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-03-31 17:37:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:37:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0718ce","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0718ce","method":"GET"} []
[2020-03-31 17:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:51] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-03-31 17:37:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:37:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:37:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:37:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-03-31 17:37:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:37:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c9f098","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c9f098","method":"GET"} []
[2020-03-31 17:37:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:55] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-03-31 17:37:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:37:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:37:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:37:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-03-31 17:37:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:37:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"85e0a5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/85e0a5","method":"GET"} []
[2020-03-31 17:37:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:37:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:37:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:918)"} []
[2020-03-31 17:39:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:39:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:39:11] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-03-31 17:39:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:39:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:39:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:39:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 [] []
[2020-03-31 17:39:11] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "detalle" nor one of the methods "detalle()", "getdetalle()"/"isdetalle()" or "__call()" exist and have public access in class "AdminBundle\Entity\Sustitucion"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/index.html.twig line 49 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"detalle\" nor one of the methods \"detalle()\", \"getdetalle()\"/\"isdetalle()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Sustitucion\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/index.html.twig:49)"} []
[2020-03-31 17:39:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:39:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:39:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:39:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2bbd3a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2bbd3a","method":"GET"} []
[2020-03-31 17:39:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:39:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:39:22] request.INFO: Matched route "inventario_index". {"route":"inventario_index","route_parameters":{"_controller":"AdminBundle\\Controller\\InventarioController::indexAction","_route":"inventario_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/","method":"GET"} []
[2020-03-31 17:39:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:39:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:39:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:39:23] request.CRITICAL: Uncaught PHP Exception Doctrine\Common\Persistence\Mapping\MappingException: "Class 'AdminBundle\Entity\Inventario' does not exist" at C:\xampp\htdocs\service\vendor\doctrine\common\lib\Doctrine\Common\Persistence\Mapping\MappingException.php line 96 {"exception":"[object] (Doctrine\\Common\\Persistence\\Mapping\\MappingException(code: 0): Class 'AdminBundle\\Entity\\Inventario' does not exist at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\common\\lib\\Doctrine\\Common\\Persistence\\Mapping\\MappingException.php:96)"} []
[2020-03-31 17:39:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:39:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:39:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:39:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d6cbb8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d6cbb8","method":"GET"} []
[2020-03-31 17:39:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:39:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:39:42] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-03-31 17:39:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:39:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:39:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:39:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-03-31 17:39:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:39:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:39:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:39:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa37b6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aa37b6","method":"GET"} []
[2020-03-31 17:39:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:39:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:39:46] request.INFO: Matched route "tipoempresa_new". {"route":"tipoempresa_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::newAction","_route":"tipoempresa_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/new","method":"GET"} []
[2020-03-31 17:39:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:39:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:39:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:39:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:39:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:39:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:39:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b17146","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b17146","method":"GET"} []
[2020-03-31 17:53:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:53:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:53:51] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 17:53:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 17:53:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 17:53:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 17:53:52] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 17:53:52] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 17:53:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 17:53:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 17:53:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 17:53:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f0197f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f0197f","method":"GET"} []
[2020-03-31 18:08:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:08:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:08:20] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:08:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:08:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:08:21] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:08:21] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 18:08:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:08:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:08:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:08:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"120731","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/120731","method":"GET"} []
[2020-03-31 18:08:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:08:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:08:34] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:08:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:08:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:08:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:08:34] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:08:35] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 18:08:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:08:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:08:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:08:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bc60e2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bc60e2","method":"GET"} []
[2020-03-31 18:09:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:09:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:09:40] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:09:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:09:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:09:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:09:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:09:40] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 18:09:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:09:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27c487","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/27c487","method":"GET"} []
[2020-03-31 18:12:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:12:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:12:02] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:12:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:12:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:12:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:12:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:12:03] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "Empresa" nor one of the methods "getEmpresa()", "empresa()", "isEmpresa()", "hasEmpresa()", "__get()" exist and have public access in class "AdminBundle\Entity\TipoEmpresa"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\PropertyAccess\PropertyAccessor.php line 490 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"Empresa\" nor one of the methods \"getEmpresa()\", \"empresa()\", \"isEmpresa()\", \"hasEmpresa()\", \"__get()\" exist and have public access in class \"AdminBundle\\Entity\\TipoEmpresa\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\PropertyAccess\\PropertyAccessor.php:490)"} []
[2020-03-31 18:12:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:12:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:12:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:12:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a53cec","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a53cec","method":"GET"} []
[2020-03-31 18:17:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:17:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:17:37] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:17:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:17:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:17:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:17:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:17:38] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "Empresas" nor one of the methods "getEmpresas()", "empresas()", "isEmpresas()", "hasEmpresas()", "__get()" exist and have public access in class "AdminBundle\Entity\TipoEmpresa"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\PropertyAccess\PropertyAccessor.php line 490 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"Empresas\" nor one of the methods \"getEmpresas()\", \"empresas()\", \"isEmpresas()\", \"hasEmpresas()\", \"__get()\" exist and have public access in class \"AdminBundle\\Entity\\TipoEmpresa\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\PropertyAccess\\PropertyAccessor.php:490)"} []
[2020-03-31 18:17:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:17:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:17:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:17:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bed75d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bed75d","method":"GET"} []
[2020-03-31 18:23:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:23:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:23:47] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:23:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:23:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:23:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:23:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:23:48] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 18:23:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:23:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:23:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:23:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"746354","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/746354","method":"GET"} []
[2020-03-31 18:25:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:25:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:25:53] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:25:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:25:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:25:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:25:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:25:54] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 18:25:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:25:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:25:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:25:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"570643","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/570643","method":"GET"} []
[2020-03-31 18:38:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:38:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:38:29] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:38:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:38:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:38:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:38:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:38:31] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 18:38:31] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "save" nor one of the methods "save()", "getsave()"/"issave()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\app\Resources\views\solicitud\new.html.twig line 63 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"save\" nor one of the methods \"save()\", \"getsave()\"/\"issave()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\new.html.twig:63)"} []
[2020-03-31 18:38:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:38:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:38:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:38:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"45be90","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/45be90","method":"GET"} []
[2020-03-31 18:57:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:57:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:57:24] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:57:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:57:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:57:25] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:57:25] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 18:57:25] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "save" nor one of the methods "save()", "getsave()"/"issave()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\app\Resources\views\solicitud\new.html.twig line 63 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"save\" nor one of the methods \"save()\", \"getsave()\"/\"issave()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\new.html.twig:63)"} []
[2020-03-31 18:57:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:57:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:57:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:57:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"759571","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/759571","method":"GET"} []
[2020-03-31 18:59:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:59:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:59:33] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 18:59:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 18:59:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 18:59:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 18:59:34] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 18:59:34] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 18:59:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 18:59:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 18:59:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 18:59:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a3be79","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a3be79","method":"GET"} []
[2020-03-31 19:02:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:02:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:02:29] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 19:02:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:02:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:02:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:02:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-03-31 19:02:30] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["2"]] []
[2020-03-31 19:02:33] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-03-31 19:02:33] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":null,"2":null,"3":null,"4":null,"5":null,"6":"NULL","7":1,"8":2} []
[2020-03-31 19:02:33] doctrine.DEBUG: "COMMIT" [] []
[2020-03-31 19:02:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:02:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:02:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:02:33] request.INFO: Matched route "solicitud_show". {"route":"solicitud_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::showAction","id":"1","_route":"solicitud_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/1","method":"GET"} []
[2020-03-31 19:02:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:02:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:02:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:02:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["1"] []
[2020-03-31 19:02:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:02:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:02:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:02:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"257d28","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/257d28","method":"GET"} []
[2020-03-31 19:02:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:02:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:02:49] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-03-31 19:02:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:02:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:02:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:02:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-03-31 19:02:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:02:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:02:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:02:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f60d53","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f60d53","method":"GET"} []
[2020-03-31 19:02:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:02:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:02:55] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"1","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/1/edit","method":"GET"} []
[2020-03-31 19:02:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:02:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:02:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:02:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["1"] []
[2020-03-31 19:02:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-03-31 19:02:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 19:02:55] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 19:02:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:02:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:02:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:02:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1e2541","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1e2541","method":"GET"} []
[2020-03-31 19:25:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:25:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:25:12] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 19:25:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:25:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:25:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:25:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 19:25:12] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 19:25:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:25:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:25:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:25:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"db7eb8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/db7eb8","method":"GET"} []
[2020-03-31 19:25:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:25:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:25:16] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 19:25:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:25:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:25:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:25:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-03-31 19:25:17] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["2"]] []
[2020-03-31 19:25:18] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 19:25:18] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 19:25:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:25:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:25:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:25:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8bab96","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8bab96","method":"GET"} []
[2020-03-31 19:26:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:26:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:26:07] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 19:26:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:26:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:26:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-03-31 19:26:08] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["2"]] []
[2020-03-31 19:26:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 19:26:08] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 19:26:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:26:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:26:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:26:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5fc9ef","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5fc9ef","method":"GET"} []
[2020-03-31 19:34:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:34:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:34:56] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 19:34:56] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 19:34:56] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 19:34:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:34:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:34:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:34:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-03-31 19:34:56] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["2"]] []
[2020-03-31 19:34:57] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 19:34:57] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 19:34:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:34:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:34:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:34:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"36a559","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/36a559","method":"GET"} []
[2020-03-31 19:35:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:35:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:35:11] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 19:35:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 19:35:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 19:35:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 19:35:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-03-31 19:35:12] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["2"]] []
[2020-03-31 19:35:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 19:35:12] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 19:35:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 19:35:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:35:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:35:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"06475a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/06475a","method":"GET"} []
[2020-03-31 19:35:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 19:35:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 19:35:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"06475a","_route":"_profiler"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_profiler/06475a?panel=form","method":"GET"} []
[2020-03-31 19:35:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_profiler/search_bar?panel=form","method":"GET"} []
[2020-03-31 22:46:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 22:46:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 22:46:39] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_controller":"web_profiler.controller.profiler:panelAction","token":"06475a","_route":"_profiler"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_profiler/06475a?panel=form","method":"GET"} []
[2020-03-31 22:46:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_controller":"web_profiler.controller.profiler:searchBarAction","_route":"_profiler_search_bar"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_profiler/search_bar?panel=form","method":"GET"} []
[2020-03-31 22:46:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 22:46:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 22:46:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"06475a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/06475a","method":"GET"} []
[2020-03-31 22:46:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 22:46:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 22:46:47] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 22:46:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 22:46:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 22:46:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 22:46:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-03-31 22:46:48] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["2"]] []
[2020-03-31 22:46:49] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-03-31 22:46:49] php.CRITICAL: Call to a member function format() on array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function format() on array at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Types\\DateTimeType.php:53)"} []
[2020-03-31 22:46:49] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function format() on array" at C:\xampp\htdocs\service\vendor\doctrine\dbal\lib\Doctrine\DBAL\Types\DateTimeType.php line 53 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function format() on array at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Types\\DateTimeType.php:53)"} []
[2020-03-31 22:46:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 22:46:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 22:46:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 22:46:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9895a5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9895a5","method":"GET"} []
[2020-03-31 23:04:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:04:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:04:52] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 23:04:52] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 23:04:52] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 23:04:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:04:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:04:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-03-31 23:04:53] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["2"]] []
[2020-03-31 23:04:53] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: date() expects at least 1 parameter, 0 given" at C:\xampp\htdocs\service\src\AdminBundle\Controller\SolicitudController.php line 48 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: date() expects at least 1 parameter, 0 given at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php:48)"} []
[2020-03-31 23:04:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:04:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:04:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:04:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"253dd6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/253dd6","method":"GET"} []
[2020-03-31 23:15:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:15:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:15:54] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 23:15:54] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 23:15:54] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 23:15:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:15:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:15:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:15:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-03-31 23:15:55] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["2"]] []
[2020-03-31 23:15:56] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-03-31 23:15:56] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"cuantico","3":"2020-03-31 23:15:56","4":"2020-03-10 12:00:00","5":null,"6":"","7":1,"8":2} []
[2020-03-31 23:15:56] doctrine.DEBUG: "COMMIT" [] []
[2020-03-31 23:15:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:15:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:15:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:15:57] request.INFO: Matched route "solicitud_show". {"route":"solicitud_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::showAction","id":"2","_route":"solicitud_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/2","method":"GET"} []
[2020-03-31 23:15:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:15:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:15:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:15:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["2"] []
[2020-03-31 23:15:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:15:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:15:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:15:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"df1b59","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/df1b59","method":"GET"} []
[2020-03-31 23:23:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:23:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:23:47] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 23:23:47] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 23:23:47] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 23:23:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:23:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:23:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:23:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 23:23:48] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 23:23:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:23:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:23:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:23:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"012ebf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/012ebf","method":"GET"} []
[2020-03-31 23:24:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:24:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:24:16] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 23:24:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:24:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:24:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:24:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["4"]] []
[2020-03-31 23:24:16] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["12"]] []
[2020-03-31 23:24:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 23:24:17] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 23:24:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:24:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:24:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:24:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9e2d10","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9e2d10","method":"GET"} []
[2020-03-31 23:24:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:24:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:24:26] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 23:24:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:24:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:24:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:24:27] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["4"]] []
[2020-03-31 23:24:27] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["12"]] []
[2020-03-31 23:24:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-03-31 23:24:27] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"Servidor","3":"2020-03-31 17:24:27","4":"2020-03-31 13:54:00","5":null,"6":"","7":4,"8":12} []
[2020-03-31 23:24:27] doctrine.DEBUG: "COMMIT" [] []
[2020-03-31 23:24:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:24:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:24:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:24:28] request.INFO: Matched route "solicitud_show". {"route":"solicitud_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::showAction","id":"3","_route":"solicitud_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3","method":"GET"} []
[2020-03-31 23:24:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:24:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:24:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:24:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-03-31 23:24:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:24:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:24:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:24:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1e6d63","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1e6d63","method":"GET"} []
[2020-03-31 23:31:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:31:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:31:19] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 23:31:19] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-03-31 23:31:19] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-03-31 23:31:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:31:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:31:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:31:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-03-31 23:31:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:31:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:31:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:31:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"367c13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/367c13","method":"GET"} []
[2020-03-31 23:51:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:51:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:51:29] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-03-31 23:51:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:51:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:51:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:51:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 23:51:30] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 23:51:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:51:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:51:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:51:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4112bd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4112bd","method":"GET"} []
[2020-03-31 23:51:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:51:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:51:45] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 23:51:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:51:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:51:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:51:46] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-03-31 23:51:46] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["7"]] []
[2020-03-31 23:51:47] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-03-31 23:51:47] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-03-31 23:51:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:51:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:51:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:51:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bfdf4e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bfdf4e","method":"GET"} []
[2020-03-31 23:51:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:51:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:51:54] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-03-31 23:51:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:51:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:51:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:51:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-03-31 23:51:55] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id IN (?) [["7"]] []
[2020-03-31 23:51:55] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-03-31 23:51:55] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"tentaciones","3":"2020-03-31 17:51:55","4":"2020-03-31 11:11:00","5":null,"6":"","7":3,"8":7} []
[2020-03-31 23:51:55] doctrine.DEBUG: "COMMIT" [] []
[2020-03-31 23:51:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:51:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:51:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:51:56] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-03-31 23:51:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:51:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:51:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:51:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-03-31 23:51:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:51:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:51:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:51:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5aacab","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5aacab","method":"GET"} []
[2020-03-31 23:59:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:59:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:59:29] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-03-31 23:59:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-03-31 23:59:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-03-31 23:59:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-03-31 23:59:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-03-31 23:59:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-03-31 23:59:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-03-31 23:59:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-03-31 23:59:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a0ead5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a0ead5","method":"GET"} []
[2020-04-01 00:05:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:05:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:05:15] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:05:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:05:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:05:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:05:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:05:16] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Multiple extends tags are forbidden." at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 87 {"exception":"[object] (Twig_Error_Syntax(code: 0): Multiple extends tags are forbidden. at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:87)"} []
[2020-04-01 00:05:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:05:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:05:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:05:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5f57c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5f57c2","method":"GET"} []
[2020-04-01 00:05:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:05:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:05:27] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 00:05:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:05:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:05:27] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:05:27] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 00:05:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:05:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:05:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:05:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8c7b34","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8c7b34","method":"GET"} []
[2020-04-01 00:12:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:12:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:12:31] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:12:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:12:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:12:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:12:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:12:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:12:31] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "role" nor one of the methods "role()", "getrole()"/"isrole()" or "__call()" exist and have public access in class "AdminBundle\Entity\Solicitud"." at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 64 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"role\" nor one of the methods \"role()\", \"getrole()\"/\"isrole()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Solicitud\". at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:64)"} []
[2020-04-01 00:12:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:12:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:12:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:12:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"123a76","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/123a76","method":"GET"} []
[2020-04-01 00:13:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:13:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:13:12] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:13:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:13:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:13:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:13:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:13:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:13:13] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DateTime could not be converted to string")." at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 56 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DateTime could not be converted to string\"). at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:56, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class DateTime could not be converted to string at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\twig\\8f\\8f074d416628bf34a1554cece5c2755ad600e8d8ebd84a8b2149c5418a4879d8.php:148)"} []
[2020-04-01 00:13:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:13:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:13:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:13:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"021aa8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/021aa8","method":"GET"} []
[2020-04-01 00:31:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:31:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:31:09] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:31:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:31:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 00:31:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:31:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:31:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:31:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"21dddf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/21dddf","method":"GET"} []
[2020-04-01 00:35:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:08] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-01 00:35:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:35:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:35:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:35:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:35:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 00:35:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:35:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"279e52","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/279e52","method":"GET"} []
[2020-04-01 00:35:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:12] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 00:35:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:35:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:35:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:35:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 00:35:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:35:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"48001a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/48001a","method":"GET"} []
[2020-04-01 00:35:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:30] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:35:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:35:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 00:35:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:35:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a977a4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a977a4","method":"GET"} []
[2020-04-01 00:35:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:34] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:35:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:35:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 00:35:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:35:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"49653c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/49653c","method":"GET"} []
[2020-04-01 00:35:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:43] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 00:35:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:35:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:35:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:35:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 00:35:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:35:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e31c2d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e31c2d","method":"GET"} []
[2020-04-01 00:35:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:56] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:35:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:35:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:35:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 00:35:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:35:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:35:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:35:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d93620","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d93620","method":"GET"} []
[2020-04-01 00:37:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:37:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:37:29] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:37:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:37:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:37:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:37:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:37:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:37:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:37:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 00:37:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:37:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:37:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:37:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"40037b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/40037b","method":"GET"} []
[2020-04-01 00:38:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:38:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:38:20] request.INFO: Matched route "solicitud_show". {"route":"solicitud_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::showAction","id":"3","_route":"solicitud_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3","method":"GET"} []
[2020-04-01 00:38:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:38:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 00:38:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:38:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:38:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:38:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"00e675","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/00e675","method":"GET"} []
[2020-04-01 00:38:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:38:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:38:30] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:38:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:38:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:38:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:38:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 00:38:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:38:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:38:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:38:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"18ce19","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/18ce19","method":"GET"} []
[2020-04-01 00:38:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:38:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:38:33] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"GET"} []
[2020-04-01 00:38:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:38:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:38:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:38:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 00:38:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:38:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-01 00:38:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:38:33] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 00:38:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:38:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:38:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:38:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2cc02b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2cc02b","method":"GET"} []
[2020-04-01 00:39:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:39:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:39:43] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 00:39:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:39:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:39:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:39:43] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:39:43] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 00:39:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:39:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:39:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:39:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"724af0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/724af0","method":"GET"} []
[2020-04-01 00:39:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:39:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:39:55] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:39:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:39:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:39:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:39:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:39:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:39:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:39:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 00:39:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:39:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:39:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:39:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ebcfb2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ebcfb2","method":"GET"} []
[2020-04-01 00:44:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:44:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:44:14] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 00:44:14] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 00:44:14] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 00:44:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:44:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:44:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:44:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:44:15] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 00:44:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:44:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:44:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:44:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6858c8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6858c8","method":"GET"} []
[2020-04-01 00:46:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:46:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:46:27] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 00:46:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:46:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:46:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:46:28] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:46:28] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 00:46:28] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "Nombre Paterno Materno" nor one of the methods "getNombrePaternoMaterno()", "nombrePaternoMaterno()", "isNombrePaternoMaterno()", "hasNombrePaternoMaterno()", "__get()" exist and have public access in class "AdminBundle\Entity\Empleado"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\PropertyAccess\PropertyAccessor.php line 490 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"Nombre Paterno Materno\" nor one of the methods \"getNombrePaternoMaterno()\", \"nombrePaternoMaterno()\", \"isNombrePaternoMaterno()\", \"hasNombrePaternoMaterno()\", \"__get()\" exist and have public access in class \"AdminBundle\\Entity\\Empleado\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\PropertyAccess\\PropertyAccessor.php:490)"} []
[2020-04-01 00:46:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:46:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:46:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:46:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d85d2f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d85d2f","method":"GET"} []
[2020-04-01 00:47:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:47:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:47:49] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 00:47:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:47:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:47:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:47:50] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:47:50] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 00:47:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:47:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:47:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:47:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"209553","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/209553","method":"GET"} []
[2020-04-01 00:50:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:50:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:50:55] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 00:50:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:50:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:50:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:50:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:50:56] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 00:50:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:50:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:50:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:50:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"257318","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/257318","method":"GET"} []
[2020-04-01 00:51:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:51:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:51:23] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 00:51:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:51:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:51:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:51:23] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:51:23] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 00:51:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:51:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"20f9ad","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/20f9ad","method":"GET"} []
[2020-04-01 00:51:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:51:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:51:57] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 00:51:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:51:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:51:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:51:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 00:51:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:51:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:51:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9ae536","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9ae536","method":"GET"} []
[2020-04-01 00:52:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:52:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:07] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-01 00:52:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:52:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:52:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:52:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-01 00:52:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 00:52:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:52:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:52:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"733ca6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/733ca6","method":"GET"} []
[2020-04-01 00:52:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:52:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:26] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-01 00:52:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:52:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:52:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:52:27] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 00:52:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:52:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:52:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aefabd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aefabd","method":"GET"} []
[2020-04-01 00:52:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:52:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:36] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-01 00:52:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:52:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:52:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:52:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 00:52:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 00:52:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:52:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:52:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8895b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b8895b","method":"GET"} []
[2020-04-01 00:52:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:52:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:47] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-01 00:52:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:52:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:52:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:52:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-01 00:52:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:52:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:52:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:52:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a682b2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a682b2","method":"GET"} []
[2020-04-01 00:53:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:53:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:53:00] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 00:53:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:53:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 00:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 00:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 00:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 00:53:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:53:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:53:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:53:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"800503","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/800503","method":"GET"} []
[2020-04-01 00:53:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:53:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:53:16] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-01 00:53:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 00:53:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 00:53:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 00:53:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-01 00:53:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 00:53:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 00:53:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 00:53:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 00:53:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4f25f3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4f25f3","method":"GET"} []
[2020-04-01 01:00:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:00:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:00:35] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:00:35] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:00:35] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 01:00:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:00:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 01:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 01:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 01:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 01:00:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:00:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:00:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:00:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b97dd1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b97dd1","method":"GET"} []
[2020-04-01 01:00:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:00:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:00:38] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:00:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:00:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:01:11] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:01:11] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:01:11] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:01:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:01:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:01:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:01:12] php.CRITICAL: Call to undefined method AdminBundle\Form\SolicitudType::getUser() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method AdminBundle\\Form\\SolicitudType::getUser() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:01:12] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "getUser" of class "AdminBundle\Form\SolicitudType"." at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 21 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"getUser\" of class \"AdminBundle\\Form\\SolicitudType\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:01:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:01:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:01:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:01:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f3259a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f3259a","method":"GET"} []
[2020-04-01 01:01:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:01:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:01:49] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:01:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:01:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:01:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:01:49] php.CRITICAL: Call to undefined method AdminBundle\Form\SolicitudType::getUser() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method AdminBundle\\Form\\SolicitudType::getUser() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:22)"} []
[2020-04-01 01:01:50] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "getUser" of class "AdminBundle\Form\SolicitudType"." at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 22 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"getUser\" of class \"AdminBundle\\Form\\SolicitudType\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:22)"} []
[2020-04-01 01:01:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:01:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b871f5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b871f5","method":"GET"} []
[2020-04-01 01:02:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:02:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:02:02] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:02:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:02:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:02:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:02:02] php.CRITICAL: Call to undefined method AdminBundle\Form\SolicitudType::getUser() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method AdminBundle\\Form\\SolicitudType::getUser() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:22)"} []
[2020-04-01 01:02:02] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "getUser" of class "AdminBundle\Form\SolicitudType"." at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 22 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"getUser\" of class \"AdminBundle\\Form\\SolicitudType\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:22)"} []
[2020-04-01 01:02:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:02:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:02:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:02:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"488ce5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/488ce5","method":"GET"} []
[2020-04-01 01:02:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:02:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:02:22] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:02:22] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:02:22] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:02:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:02:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:02:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:19:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:19:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:19:13] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:19:13] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:19:13] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:19:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:19:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:19:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:21:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:21:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:21:45] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:21:45] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:21:45] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:21:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:21:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:21:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:21:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:21:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:21:48] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:21:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:21:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:22:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:22:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:22:32] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:22:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:22:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:22:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:22:33] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined property: AdminBundle\Entity\Empleado::$getId" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 21 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined property: AdminBundle\\Entity\\Empleado::$getId at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:22:33] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:22:33] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 01:22:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:22:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:22:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:22:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a43397","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a43397","method":"GET"} []
[2020-04-01 01:23:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:23:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:23:01] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:23:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:23:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:23:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:23:01] php.CRITICAL: Cannot use object of type AdminBundle\Entity\Empleado as array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Empleado as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:23:02] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type AdminBundle\Entity\Empleado as array" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 21 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Empleado as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:23:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:23:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:23:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:23:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ff7b25","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ff7b25","method":"GET"} []
[2020-04-01 01:23:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:23:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:23:14] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:23:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:23:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:23:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:23:15] php.CRITICAL: Cannot use object of type AdminBundle\Entity\Empleado as array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Empleado as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:23:15] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type AdminBundle\Entity\Empleado as array" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 21 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Empleado as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:23:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:23:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:23:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:23:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"061eb5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/061eb5","method":"GET"} []
[2020-04-01 01:24:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:24:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:24:03] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:24:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:24:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:24:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:24:04] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined property: AdminBundle\Entity\Empleado::$getRole" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 21 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined property: AdminBundle\\Entity\\Empleado::$getRole at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:24:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:24:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:24:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:24:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bab8c0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bab8c0","method":"GET"} []
[2020-04-01 01:24:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:24:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:24:52] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:24:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:24:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:24:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:24:53] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined property: AdminBundle\Entity\Empleado::$getRole" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 21 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined property: AdminBundle\\Entity\\Empleado::$getRole at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:21)"} []
[2020-04-01 01:24:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:24:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:24:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:24:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f6dfd9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f6dfd9","method":"GET"} []
[2020-04-01 01:24:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:24:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:24:59] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:24:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:24:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:24:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:25:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:25:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:25:39] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:25:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:25:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:25:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:26:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:26:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:26:03] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:26:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:26:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:26:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:36:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:36:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:36:50] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:36:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:36:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:36:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:37:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:37:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:37:00] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:37:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:37:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:37:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:37:01] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined property: AdminBundle\Entity\Empleado::$getRole" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 22 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined property: AdminBundle\\Entity\\Empleado::$getRole at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:22)"} []
[2020-04-01 01:37:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:37:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:37:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:37:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"39af80","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/39af80","method":"GET"} []
[2020-04-01 01:37:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:37:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:37:17] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:37:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:37:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:37:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:37:18] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMException: "Unknown Entity namespace alias 'AppBundle'." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\ORMException.php line 271 {"exception":"[object] (Doctrine\\ORM\\ORMException(code: 0): Unknown Entity namespace alias 'AppBundle'. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\ORMException.php:271)"} []
[2020-04-01 01:37:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:37:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:37:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:37:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"de49be","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/de49be","method":"GET"} []
[2020-04-01 01:37:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:37:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:37:41] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:37:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:37:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:37:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:37:42] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 84 near 'apellido ASC': Error: Class AdminBundle\Entity\Empleado has no field or association named apellido" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 84 near 'apellido ASC': Error: Class AdminBundle\\Entity\\Empleado has no field or association named apellido at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\Empleado p WHERE p.id like :tipoPersona ORDER BY p.apellido ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-01 01:37:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:37:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:37:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:37:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4ba79f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4ba79f","method":"GET"} []
[2020-04-01 01:37:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:37:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:37:58] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:37:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:37:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:37:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:37:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:37:59] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:37:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:38:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:38:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:38:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4cf346","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4cf346","method":"GET"} []
[2020-04-01 01:38:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:38:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:38:49] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:38:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:38:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:38:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:38:50] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:38:50] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:38:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:38:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:38:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:38:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"db27c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/db27c2","method":"GET"} []
[2020-04-01 01:38:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:38:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:38:56] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:38:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:38:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:38:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:38:57] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:38:57] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:38:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:38:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:38:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:38:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b16f47","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b16f47","method":"GET"} []
[2020-04-01 01:40:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:40:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:40:06] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:40:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:40:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:40:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:40:06] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:40:06] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:40:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:40:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:40:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:40:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ef8e6f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ef8e6f","method":"GET"} []
[2020-04-01 01:42:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:42:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:42:42] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:42:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:42:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:42:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:42:43] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:42:43] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:42:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:42:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:42:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:42:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3aaddf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3aaddf","method":"GET"} []
[2020-04-01 01:42:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:42:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:42:46] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:42:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:42:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:42:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:42:46] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:42:46] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:42:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:42:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:42:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:42:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d0fbab","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d0fbab","method":"GET"} []
[2020-04-01 01:42:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:42:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:42:51] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:42:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:42:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:42:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:42:52] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:42:52] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:42:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:42:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:42:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:42:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0d9b30","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0d9b30","method":"GET"} []
[2020-04-01 01:43:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:43:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:43:56] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:43:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:43:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:43:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:43:57] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:43:57] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:43:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:43:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:43:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:43:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d2f3c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d2f3c2","method":"GET"} []
[2020-04-01 01:44:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:44:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:44:00] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:44:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:44:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:44:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:44:01] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:44:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:44:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:44:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:44:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"39534c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/39534c","method":"GET"} []
[2020-04-01 01:44:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:44:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:44:15] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 01:44:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:44:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:44:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:44:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 01:44:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 01:44:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 01:44:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 01:44:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:44:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:44:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:44:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"348295","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/348295","method":"GET"} []
[2020-04-01 01:44:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:44:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:44:18] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 01:44:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:44:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:44:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:44:19] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:44:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:44:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:44:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:44:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"571960","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/571960","method":"GET"} []
[2020-04-01 01:44:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:44:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:44:28] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 01:44:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:44:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:44:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:44:29] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:44:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:44:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:44:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:44:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e74897","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e74897","method":"GET"} []
[2020-04-01 01:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:46:45] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 01:46:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 01:46:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 01:46:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 01:46:46] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 01:46:46] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 01:46:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 01:46:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 01:46:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 01:46:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"57c6dc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/57c6dc","method":"GET"} []
[2020-04-01 02:07:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:07:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:07:45] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 02:07:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:07:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:07:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:07:46] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 58 near 'AdminBundle\Form\Empleado': Error: Class 'AdminBundle\Form\Empleado' is not defined." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 58 near 'AdminBundle\\Form\\Empleado': Error: Class 'AdminBundle\\Form\\Empleado' is not defined. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\TipoEmpresa p INNER JOIN AdminBundle\\Form\\Empleado b WITH p.id = b. idEmpresa WHERE b.id like :tipoPersona ORDER BY p.nombre ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-01 02:07:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:07:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:07:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:07:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f70a69","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f70a69","method":"GET"} []
[2020-04-01 02:10:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:10:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:10:05] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 02:10:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:10:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:10:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:10:06] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 58 near 'AdminBundle\Form\Empleado': Error: Class 'AdminBundle\Form\Empleado' is not defined." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 58 near 'AdminBundle\\Form\\Empleado': Error: Class 'AdminBundle\\Form\\Empleado' is not defined. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\TipoEmpresa p INNER JOIN AdminBundle\\Form\\Empleado b WITH p.id = b.idEmpresa WHERE b.id like :tipoPersona ORDER BY p.nombre ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-01 02:10:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:10:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:10:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:10:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"04ae52","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/04ae52","method":"GET"} []
[2020-04-01 02:12:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:12:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:12:31] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","_route":"solicitud_index","path":"/solicitud/","permanent":true,"scheme":null,"httpPort":8080,"httpsPort":443},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud","method":"GET"} []
[2020-04-01 02:12:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:12:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:12:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:12:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:12:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:12:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:12:32] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:12:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:12:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:12:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:12:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:12:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:12:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:12:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:12:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:12:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:12:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:12:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"105580","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/105580","method":"GET"} []
[2020-04-01 02:12:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:12:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:12:36] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 02:12:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:12:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:12:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:12:37] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 58 near 'AdminBundle\Form\Empleado': Error: Class 'AdminBundle\Form\Empleado' is not defined." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 58 near 'AdminBundle\\Form\\Empleado': Error: Class 'AdminBundle\\Form\\Empleado' is not defined. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\TipoEmpresa p INNER JOIN AdminBundle\\Form\\Empleado b WITH p.id = b.idEmpresa WHERE b.id like :tipoPersona ORDER BY p.nombre ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-01 02:12:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:12:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"342550","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/342550","method":"GET"} []
[2020-04-01 02:14:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:14:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:14:08] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 02:14:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:14:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:14:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:14:09] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:14:09] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:14:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:14:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:14:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:14:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"422ffe","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/422ffe","method":"GET"} []
[2020-04-01 02:14:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:14:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:14:37] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 02:14:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:14:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:14:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:14:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 02:14:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:14:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:14:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:14:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"192368","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/192368","method":"GET"} []
[2020-04-01 02:14:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:14:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:14:51] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-01 02:14:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:14:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:14:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:14:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-01 02:14:52] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 02:14:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:14:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:14:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:14:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fa3321","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fa3321","method":"GET"} []
[2020-04-01 02:15:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:15:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:15:04] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"POST"} []
[2020-04-01 02:15:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:15:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:15:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:15:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-01 02:15:05] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["5"]] []
[2020-04-01 02:15:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-01 02:15:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-01 02:15:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-01 02:15:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 02:15:07] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["3","$2y$13$WsKzfxaBSag8fphTObC [...]",2] []
[2020-04-01 02:15:07] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 02:15:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:15:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:15:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:15:08] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-01 02:15:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:15:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:15:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:15:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-01 02:15:09] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 02:15:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:15:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:15:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:15:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"75f548","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/75f548","method":"GET"} []
[2020-04-01 02:15:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:15:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:15:17] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 02:15:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:15:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 02:15:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:15:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:15:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:15:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9de3ef","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9de3ef","method":"GET"} []
[2020-04-01 02:15:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:15:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:15:55] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"GET"} []
[2020-04-01 02:15:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:15:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:15:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:15:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-01 02:15:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:15:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-01 02:15:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 02:15:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 02:15:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:15:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:15:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:15:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a28f27","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a28f27","method":"GET"} []
[2020-04-01 02:16:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:22] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"POST"} []
[2020-04-01 02:16:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:16:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:16:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:16:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-01 02:16:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:16:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-01 02:16:22] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-01 02:16:22] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-01 02:16:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-01 02:16:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-01 02:16:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-01 02:16:24] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 02:16:24] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, usuario = ?, password = ? WHERE id = ? ["312","empresa","$2y$13$fpyQ3s9YM5ZFcdhXaYF [...]",5] []
[2020-04-01 02:16:24] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 02:16:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:16:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:24] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"GET"} []
[2020-04-01 02:16:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:16:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:16:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:16:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-01 02:16:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:16:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-01 02:16:25] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 02:16:25] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 02:16:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:16:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"52c126","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/52c126","method":"GET"} []
[2020-04-01 02:16:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:32] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-01 02:16:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:16:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:16:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:16:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:33] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-01 02:16:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-01 02:16:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eaf0a0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/eaf0a0","method":"GET"} []
[2020-04-01 02:16:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:43] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-01 02:16:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["empresa"] []
[2020-04-01 02:16:44] security.INFO: User has been authenticated successfully. {"username":"empresa"} []
[2020-04-01 02:16:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:16:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:45] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 02:16:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:16:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-01 02:16:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-01 02:16:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:16:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4b69c7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4b69c7","method":"GET"} []
[2020-04-01 02:16:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:52] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:16:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-01 02:16:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-01 02:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:16:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:16:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c9c1d0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c9c1d0","method":"GET"} []
[2020-04-01 02:16:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:55] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 02:16:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:16:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-01 02:16:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-01 02:16:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC [5] []
[2020-04-01 02:16:56] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC [5] []
[2020-04-01 02:16:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:16:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:16:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:16:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6645e3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6645e3","method":"GET"} []
[2020-04-01 02:17:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:17:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:17:51] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-01 02:17:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:17:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-01 02:17:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-01 02:17:51] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-01 02:17:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Security\Http\Firewall\ExceptionListener.php line 118 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener.php:118, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-01 02:17:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:17:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:17:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:17:52] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-01 02:17:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:17:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-01 02:17:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-01 02:17:53] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-01 02:17:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Security\Http\Firewall\ExceptionListener.php line 118 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener.php:118, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-01 02:17:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:17:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:17:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:17:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3fce73","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3fce73","method":"GET"} []
[2020-04-01 02:18:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:11] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:18:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:18:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-01 02:18:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-01 02:18:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:18:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:18:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:18:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:18:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:18:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b7fc8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6b7fc8","method":"GET"} []
[2020-04-01 02:18:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:19] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 02:18:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:18:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-01 02:18:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-01 02:18:19] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-01 02:18:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Security\Http\Firewall\ExceptionListener.php line 118 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener.php:118, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-01 02:18:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:18:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"201838","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/201838","method":"GET"} []
[2020-04-01 02:18:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:28] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-01 02:18:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:18:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-01 02:18:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-01 02:18:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:29] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-01 02:18:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-01 02:18:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cbc984","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cbc984","method":"GET"} []
[2020-04-01 02:18:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:36] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-01 02:18:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-01 02:18:37] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-01 02:18:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:18:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:38] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 02:18:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:18:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:18:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:18:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:18:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"65e61e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/65e61e","method":"GET"} []
[2020-04-01 02:31:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:31:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:31:29] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:31:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:31:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:31:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:31:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:31:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:31:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:31:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:31:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:31:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:31:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:31:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d16ce9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d16ce9","method":"GET"} []
[2020-04-01 02:33:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:33:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:33:35] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"GET"} []
[2020-04-01 02:33:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:33:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:33:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:33:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:33:36] php.CRITICAL: Call to a member function getRole() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getRole() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:23)"} []
[2020-04-01 02:33:36] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getRole() on null" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 23 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getRole() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:23)"} []
[2020-04-01 02:33:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:33:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:33:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:33:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bf0ae5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bf0ae5","method":"GET"} []
[2020-04-01 02:34:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:34:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:34:39] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 02:34:39] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 02:34:39] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"GET"} []
[2020-04-01 02:34:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:34:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:34:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:34:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:34:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:34:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-01 02:34:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:34:40] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:34:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:34:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:34:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:34:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1899f8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1899f8","method":"GET"} []
[2020-04-01 02:39:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:39:50] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"GET"} []
[2020-04-01 02:39:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:39:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:39:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:39:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:39:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:39:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-01 02:39:50] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:39:50] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:39:51] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\app\Resources\views\solicitud\edit.html.twig line 17 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\edit.html.twig:17)"} []
[2020-04-01 02:39:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:39:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:39:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:39:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"508078","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/508078","method":"GET"} []
[2020-04-01 02:40:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:40:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:40:24] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 02:40:24] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 02:40:24] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"GET"} []
[2020-04-01 02:40:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:40:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:40:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:40:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-01 02:40:25] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:40:25] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:40:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:40:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:40:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:40:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fa8f7f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fa8f7f","method":"GET"} []
[2020-04-01 02:40:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:40:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:40:36] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"POST"} []
[2020-04-01 02:40:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:40:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:40:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:40:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-01 02:40:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 02:40:37] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["12"]] []
[2020-04-01 02:40:37] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 02:40:37] doctrine.DEBUG: UPDATE solicitud SET descripcion = ? WHERE id = ? ["Servidor 3",3] []
[2020-04-01 02:40:37] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 02:40:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:40:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:40:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:40:38] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"GET"} []
[2020-04-01 02:40:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:40:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:40:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:40:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:40:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:40:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-01 02:40:39] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:40:39] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:40:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:40:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:40:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:40:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ff926c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ff926c","method":"GET"} []
[2020-04-01 02:40:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:40:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:40:46] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:40:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:40:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:40:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:40:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:40:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:40:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:40:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:40:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:40:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:40:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:40:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a59849","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a59849","method":"GET"} []
[2020-04-01 02:42:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:23] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"GET"} []
[2020-04-01 02:42:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:42:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:42:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:42:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:42:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:42:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-01 02:42:23] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:42:23] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:42:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:42:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"483539","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/483539","method":"GET"} []
[2020-04-01 02:42:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:41] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:42:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:42:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:42:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:42:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:42:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:42:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:42:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:42:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:42:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b95a8f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b95a8f","method":"GET"} []
[2020-04-01 02:42:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:49] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"1","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/1/edit","method":"GET"} []
[2020-04-01 02:42:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:42:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:42:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["1"] []
[2020-04-01 02:42:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:42:50] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:42:50] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:42:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:42:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c66445","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c66445","method":"GET"} []
[2020-04-01 02:42:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:53] request.INFO: Matched route "solicitud_delete". {"route":"solicitud_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::deleteAction","id":"1","_route":"solicitud_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/1","method":"DELETE"} []
[2020-04-01 02:42:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:42:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:42:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:42:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["1"] []
[2020-04-01 02:42:54] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 02:42:54] doctrine.DEBUG: DELETE FROM solicitud WHERE id = ? [1] []
[2020-04-01 02:42:54] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 02:42:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:42:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:54] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:42:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:42:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:42:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:42:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:42:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:42:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:42:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:42:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:42:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:42:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:42:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dc1c7a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dc1c7a","method":"GET"} []
[2020-04-01 02:43:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:43:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:43:49] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"3","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3/edit","method":"GET"} []
[2020-04-01 02:43:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:43:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:43:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:43:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:43:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 02:43:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-01 02:43:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:43:49] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:43:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:43:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:43:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:43:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8e163f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8e163f","method":"GET"} []
[2020-04-01 02:43:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:43:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:43:52] request.INFO: Matched route "solicitud_delete". {"route":"solicitud_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::deleteAction","id":"3","_route":"solicitud_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/3","method":"DELETE"} []
[2020-04-01 02:43:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:43:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["3"] []
[2020-04-01 02:43:53] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 02:43:53] doctrine.DEBUG: DELETE FROM solicitud WHERE id = ? [3] []
[2020-04-01 02:43:53] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 02:43:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:43:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:43:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:43:53] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:43:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:43:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:43:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:43:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:43:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:43:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8456a1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8456a1","method":"GET"} []
[2020-04-01 02:45:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:45:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:45:29] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 02:45:29] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 02:45:30] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"2","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/2/edit","method":"GET"} []
[2020-04-01 02:45:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:45:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:45:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:45:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["2"] []
[2020-04-01 02:45:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-01 02:45:31] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:45:31] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:45:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:45:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:45:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:45:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ba2a13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ba2a13","method":"GET"} []
[2020-04-01 02:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:45:37] request.INFO: Matched route "solicitud_delete". {"route":"solicitud_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::deleteAction","id":"2","_route":"solicitud_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/2","method":"DELETE"} []
[2020-04-01 02:45:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:45:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:45:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:45:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["2"] []
[2020-04-01 02:45:38] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 02:45:38] doctrine.DEBUG: DELETE FROM solicitud WHERE id = ? [2] []
[2020-04-01 02:45:38] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 02:45:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:45:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:45:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:45:39] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:45:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:45:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:45:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:45:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:45:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:45:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6aa45d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6aa45d","method":"GET"} []
[2020-04-01 02:46:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:46:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:46:03] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 02:46:03] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 02:46:03] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"4","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/4/edit","method":"GET"} []
[2020-04-01 02:46:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:46:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:46:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:46:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["4"] []
[2020-04-01 02:46:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [3] []
[2020-04-01 02:46:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [7] []
[2020-04-01 02:46:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 02:46:04] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 02:46:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:46:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:46:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:46:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"107783","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/107783","method":"GET"} []
[2020-04-01 02:46:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:46:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:46:07] request.INFO: Matched route "solicitud_delete". {"route":"solicitud_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::deleteAction","id":"4","_route":"solicitud_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/4","method":"DELETE"} []
[2020-04-01 02:46:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:46:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:46:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:46:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["4"] []
[2020-04-01 02:46:08] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 02:46:08] doctrine.DEBUG: DELETE FROM solicitud WHERE id = ? [4] []
[2020-04-01 02:46:08] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 02:46:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:46:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:46:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:46:08] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:46:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:46:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:46:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:46:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:46:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:46:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:46:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ac6a82","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ac6a82","method":"GET"} []
[2020-04-01 02:48:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:48:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:48:12] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:48:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:48:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:48:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:48:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:48:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:48:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:48:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:48:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"950f13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/950f13","method":"GET"} []
[2020-04-01 02:48:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:48:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:48:19] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:48:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:48:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:48:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:48:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:48:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:48:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:48:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:48:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b4f704","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b4f704","method":"GET"} []
[2020-04-01 02:49:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:49:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:49:06] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:49:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:49:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:49:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:49:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:49:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:49:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:49:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:49:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"23ac9b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/23ac9b","method":"GET"} []
[2020-04-01 02:49:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:49:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:49:11] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:49:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:49:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:49:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:49:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:49:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:49:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:49:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3210d6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3210d6","method":"GET"} []
[2020-04-01 02:49:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:49:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:49:15] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:49:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:49:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:49:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:49:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:49:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:49:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:49:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:49:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"97858e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/97858e","method":"GET"} []
[2020-04-01 02:49:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:49:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:49:22] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:49:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:49:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:49:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:49:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:49:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:49:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:49:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:49:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fbdfae","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fbdfae","method":"GET"} []
[2020-04-01 02:55:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:55:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:55:53] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:55:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:55:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:55:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:55:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:55:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:55:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:55:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:55:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dd4653","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dd4653","method":"GET"} []
[2020-04-01 02:56:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:56:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:56:00] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:56:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:56:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:56:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:56:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:56:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:56:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:56:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:56:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"41804a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/41804a","method":"GET"} []
[2020-04-01 02:58:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:58:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:58:41] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:58:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:58:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:58:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:58:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:58:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:58:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:58:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:58:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"05fe09","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/05fe09","method":"GET"} []
[2020-04-01 02:58:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:58:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:58:48] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 02:58:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 02:58:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 02:58:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 02:58:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 02:58:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 02:58:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 02:58:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 02:58:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb1092","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bb1092","method":"GET"} []
[2020-04-01 03:00:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:00:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:00:38] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:00:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:00:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:00:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:00:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:00:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:00:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf5a8a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cf5a8a","method":"GET"} []
[2020-04-01 03:00:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:00:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:00:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:00:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:00:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:00:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:00:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:00:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:00:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:00:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:00:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3f38c6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3f38c6","method":"GET"} []
[2020-04-01 03:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:00:52] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:00:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:00:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:00:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:00:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:00:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:00:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:00:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:00:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"78bcb2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/78bcb2","method":"GET"} []
[2020-04-01 03:01:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:01:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:01:12] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:01:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:01:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:01:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:01:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:01:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:01:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6433d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6433d4","method":"GET"} []
[2020-04-01 03:01:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:01:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:01:33] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:01:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:01:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:01:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:01:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:01:33] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Unexpected token "end of statement block" of value "" ("name" expected)." at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 80 {"exception":"[object] (Twig_Error_Syntax(code: 0): Unexpected token \"end of statement block\" of value \"\" (\"name\" expected). at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:80)"} []
[2020-04-01 03:01:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:01:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fcb045","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fcb045","method":"GET"} []
[2020-04-01 03:07:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:07:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:07:20] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:07:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:07:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:07:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:07:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:07:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:07:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:07:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:07:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"77cfea","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/77cfea","method":"GET"} []
[2020-04-01 03:07:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:07:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:07:25] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:07:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:07:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:07:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:07:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:07:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:07:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:07:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:07:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4e6a6a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4e6a6a","method":"GET"} []
[2020-04-01 03:07:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:07:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:07:50] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:07:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:07:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:07:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:07:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:07:51] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 79 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:79)"} []
[2020-04-01 03:07:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:07:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:07:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:07:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b5b3c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b5b3c2","method":"GET"} []
[2020-04-01 03:08:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:08:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:08:11] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:08:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:08:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:08:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:08:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:08:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:08:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:08:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:08:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"73ae03","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/73ae03","method":"GET"} []
[2020-04-01 03:08:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:08:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:08:18] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:08:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:08:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:08:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:08:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:08:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:08:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:08:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:08:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5de2d7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5de2d7","method":"GET"} []
[2020-04-01 03:08:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:08:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:08:40] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:08:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:08:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:08:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:08:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:08:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:08:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:08:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"311d88","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/311d88","method":"GET"} []
[2020-04-01 03:08:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:08:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:08:52] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:08:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:08:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:08:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:08:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:08:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:08:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4382b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d4382b","method":"GET"} []
[2020-04-01 03:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:10:35] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:10:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:10:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:10:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:10:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:10:36] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Unexpected token "end of statement block" of value "" ("name" expected)." at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 81 {"exception":"[object] (Twig_Error_Syntax(code: 0): Unexpected token \"end of statement block\" of value \"\" (\"name\" expected). at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:81)"} []
[2020-04-01 03:10:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:10:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:10:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:10:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"98fbc4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/98fbc4","method":"GET"} []
[2020-04-01 03:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:14:40] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:14:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:14:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:14:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:14:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:14:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:14:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4409b1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4409b1","method":"GET"} []
[2020-04-01 03:14:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:14:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:14:59] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:14:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:15:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:15:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:15:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:15:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:15:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:15:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:15:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3c69c4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3c69c4","method":"GET"} []
[2020-04-01 03:15:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:15:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:15:17] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:15:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:15:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:15:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:15:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:15:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:15:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5644c6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5644c6","method":"GET"} []
[2020-04-01 03:15:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:15:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:15:36] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:15:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:15:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:15:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:15:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:15:37] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 79 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:79)"} []
[2020-04-01 03:15:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:15:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:15:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:15:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"349217","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/349217","method":"GET"} []
[2020-04-01 03:20:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:20:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:20:11] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:20:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:20:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:20:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:20:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:20:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:20:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:20:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:20:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"214e44","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/214e44","method":"GET"} []
[2020-04-01 03:20:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:20:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:20:16] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:20:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:20:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:20:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:20:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:20:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:20:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:20:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:20:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"937dfd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/937dfd","method":"GET"} []
[2020-04-01 03:22:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:22:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:22:16] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:22:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:22:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:22:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:22:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:22:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:22:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a4d2d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a4d2d4","method":"GET"} []
[2020-04-01 03:23:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:23:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:23:54] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:23:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:23:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:23:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:23:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:23:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:23:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:23:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:23:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a4430","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0a4430","method":"GET"} []
[2020-04-01 03:24:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:24:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:24:50] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:24:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:24:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:24:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:24:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:24:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:24:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:24:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:24:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"79a8d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/79a8d4","method":"GET"} []
[2020-04-01 03:26:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:20] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:26:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:26:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:26:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:26:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:26:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:26:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b98947","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b98947","method":"GET"} []
[2020-04-01 03:26:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:41] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:26:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:26:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:26:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:26:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:26:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:26:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:26:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:26:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:26:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:26:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:26:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:26:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:26:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:26:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:26:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:26:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:26:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:26:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:26:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:26:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:26:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:26:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:26:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:26:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:26:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:26:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:26:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:26:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:26:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:26:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:26:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:26:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:26:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:26:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8a60de","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8a60de","method":"GET"} []
[2020-04-01 03:27:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:27:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:27:58] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:27:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:27:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:27:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:27:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:27:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:28:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:28:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:28:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d95878","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d95878","method":"GET"} []
[2020-04-01 03:28:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:28:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:28:26] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:28:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:28:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:28:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:28:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:28:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:28:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:28:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:28:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"32ad22","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/32ad22","method":"GET"} []
[2020-04-01 03:28:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:28:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:28:46] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:28:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:28:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:28:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:28:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:28:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:28:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:28:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:28:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"50b094","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/50b094","method":"GET"} []
[2020-04-01 03:29:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:29:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:29:38] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:29:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:29:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:29:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:29:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:29:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:29:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:29:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:29:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"31e195","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/31e195","method":"GET"} []
[2020-04-01 03:30:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:30:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:30:34] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:30:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:30:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:30:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:30:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:30:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:30:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:30:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:30:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f60a85","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f60a85","method":"GET"} []
[2020-04-01 03:32:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:32:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:32:46] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:32:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:32:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:32:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:32:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:32:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:33:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:33:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:33:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2610c4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2610c4","method":"GET"} []
[2020-04-01 03:34:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:34:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:34:09] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:34:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:34:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:34:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:34:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:34:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:34:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:34:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:34:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"61b723","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/61b723","method":"GET"} []
[2020-04-01 03:34:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:34:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:34:29] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:34:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:34:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:34:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:34:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:34:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:34:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:34:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:34:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9968fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9968fa","method":"GET"} []
[2020-04-01 03:34:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:34:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:34:43] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:34:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:34:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:34:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:34:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:34:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:34:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b94e5e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b94e5e","method":"GET"} []
[2020-04-01 03:35:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:35:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:35:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"107783","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/107783","method":"GET"} []
[2020-04-01 03:35:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:35:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:35:19] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 03:35:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:35:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:35:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:35:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:35:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:35:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:35:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e64dfd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e64dfd","method":"GET"} []
[2020-04-01 03:35:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:35:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:35:27] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-01 03:35:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:35:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:35:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:35:28] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 03:35:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:35:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:35:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:35:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"910856","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/910856","method":"GET"} []
[2020-04-01 03:36:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:36:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:36:54] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 03:36:54] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 03:36:54] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-01 03:36:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:36:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:36:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:36:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 03:36:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:37:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:37:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:37:08] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 03:37:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:37:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:37:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:37:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 03:37:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:37:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"39bb34","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/39bb34","method":"GET"} []
[2020-04-01 03:37:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:37:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:37:28] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:37:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:37:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:37:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:37:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:37:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:37:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:37:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:37:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"80f100","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/80f100","method":"GET"} []
[2020-04-01 03:37:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:37:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:37:46] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:37:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:37:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:37:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:37:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:37:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:37:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f5ed43","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f5ed43","method":"GET"} []
[2020-04-01 03:39:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:39:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:39:17] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:39:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:39:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:39:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:39:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:39:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:39:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:39:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:39:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0c39fe","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0c39fe","method":"GET"} []
[2020-04-01 03:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:39:51] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 03:39:51] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 03:39:51] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:39:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:39:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:39:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:39:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:39:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:39:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:39:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:39:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"90f7f7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/90f7f7","method":"GET"} []
[2020-04-01 03:44:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:44:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:44:54] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:44:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:44:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:44:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:44:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:44:55] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 1 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:1)"} []
[2020-04-01 03:44:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:44:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:44:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:44:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dde795","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dde795","method":"GET"} []
[2020-04-01 03:45:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:45:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:45:12] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:45:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:45:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:45:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:45:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:45:13] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 2 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:2)"} []
[2020-04-01 03:45:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:45:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:45:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:45:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b6dbc5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b6dbc5","method":"GET"} []
[2020-04-01 03:45:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:45:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:45:40] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:45:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:45:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:45:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:45:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:45:41] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 1 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:1)"} []
[2020-04-01 03:45:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:45:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:45:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:45:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27afe5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/27afe5","method":"GET"} []
[2020-04-01 03:45:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:45:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:45:44] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:45:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:45:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:45:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:45:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:45:45] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 1 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:1)"} []
[2020-04-01 03:45:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:45:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:45:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:45:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5e70d6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5e70d6","method":"GET"} []
[2020-04-01 03:45:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:45:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:45:59] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:45:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:45:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:45:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:46:00] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 1 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:1)"} []
[2020-04-01 03:46:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:46:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:46:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:46:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bf2140","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bf2140","method":"GET"} []
[2020-04-01 03:46:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:46:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:46:23] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:46:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:46:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:46:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:46:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:46:23] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 1 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:1)"} []
[2020-04-01 03:46:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:46:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:46:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:46:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3a42d6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3a42d6","method":"GET"} []
[2020-04-01 03:50:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:50:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:50:14] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:50:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:50:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:50:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:50:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:50:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:50:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4dad6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d4dad6","method":"GET"} []
[2020-04-01 03:50:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:50:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:50:35] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:50:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:50:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:50:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:50:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:50:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:50:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:50:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:50:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f43e8f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f43e8f","method":"GET"} []
[2020-04-01 03:51:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:51:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:51:00] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:51:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:51:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:51:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:51:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:51:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:51:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e40e61","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e40e61","method":"GET"} []
[2020-04-01 03:52:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:52:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:52:12] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 03:52:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 03:52:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 03:52:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 03:52:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 03:52:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 03:52:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 03:52:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 03:52:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"318060","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/318060","method":"GET"} []
[2020-04-01 04:15:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:15:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:15:21] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:15:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:15:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:15:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:15:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:15:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:15:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:15:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:15:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0eebc8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0eebc8","method":"GET"} []
[2020-04-01 04:16:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:16:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:16:29] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:16:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:16:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:16:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:16:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:16:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:16:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:16:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:16:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c91ec","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6c91ec","method":"GET"} []
[2020-04-01 04:16:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:16:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:16:39] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:16:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:16:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:16:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:16:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:16:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:16:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:16:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:16:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"28f8fd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/28f8fd","method":"GET"} []
[2020-04-01 04:17:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:17:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:17:21] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:17:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:17:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:17:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:17:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:17:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:17:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:17:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"45e7de","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/45e7de","method":"GET"} []
[2020-04-01 04:17:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:17:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:17:47] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:17:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:17:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:17:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:17:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:17:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:17:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:17:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:17:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"444509","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/444509","method":"GET"} []
[2020-04-01 04:19:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:19:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:19:05] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:19:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:19:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:19:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:19:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:19:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:19:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:19:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:19:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"55aa1f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/55aa1f","method":"GET"} []
[2020-04-01 04:19:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:19:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:19:26] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:19:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:19:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:19:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:19:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:19:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:19:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:19:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:19:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"15f855","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/15f855","method":"GET"} []
[2020-04-01 04:19:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:19:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:19:43] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:19:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:19:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:19:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:19:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:19:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:19:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:19:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:19:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fba0c5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fba0c5","method":"GET"} []
[2020-04-01 04:19:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:19:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:19:56] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:19:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:19:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:19:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:19:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:19:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:19:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:19:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:19:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"557c23","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/557c23","method":"GET"} []
[2020-04-01 04:20:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:20:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:20:12] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:20:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:20:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:20:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:20:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:20:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:20:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:20:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:20:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8f89e8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8f89e8","method":"GET"} []
[2020-04-01 04:20:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:20:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:20:25] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:20:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:20:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:20:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:20:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:20:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:20:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:20:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:20:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a8c6ab","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a8c6ab","method":"GET"} []
[2020-04-01 04:21:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:21:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:21:11] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:21:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:21:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:21:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:21:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:21:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:21:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:21:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:21:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"84f748","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/84f748","method":"GET"} []
[2020-04-01 04:21:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:21:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:21:23] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:21:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:21:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:21:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:21:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:21:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:21:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:21:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:21:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"48fd11","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/48fd11","method":"GET"} []
[2020-04-01 04:22:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:22:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:22:03] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:22:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:22:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:22:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:22:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:22:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:22:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:22:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:22:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"584b42","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/584b42","method":"GET"} []
[2020-04-01 04:22:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:22:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:22:22] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:22:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:22:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:22:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:22:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:22:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:22:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:22:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:22:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa6a68","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aa6a68","method":"GET"} []
[2020-04-01 04:22:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:22:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:22:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:22:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:22:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:22:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:22:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:22:43] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 81 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:81)"} []
[2020-04-01 04:22:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:22:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:22:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:22:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"501f03","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/501f03","method":"GET"} []
[2020-04-01 04:23:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:23:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:23:52] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 04:23:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 04:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 04:23:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 04:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 04:23:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 04:23:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 04:23:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 04:23:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9fa47f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9fa47f","method":"GET"} []
[2020-04-01 14:51:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:51:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:51:21] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 14:51:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 14:51:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 14:51:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 14:51:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 14:51:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 14:51:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:51:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:51:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c232d1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c232d1","method":"GET"} []
[2020-04-01 14:52:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:52:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:52:18] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 14:52:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 14:52:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 14:52:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 14:52:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 14:52:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 14:52:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:52:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:52:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb0915","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bb0915","method":"GET"} []
[2020-04-01 14:52:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:52:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:52:57] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 14:52:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 14:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 14:52:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 14:52:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 14:52:58] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 79 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:79)"} []
[2020-04-01 14:52:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 14:52:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:52:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:52:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"be2cf7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/be2cf7","method":"GET"} []
[2020-04-01 14:53:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:53:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:53:47] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 14:53:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 14:53:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 14:53:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 14:53:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 14:53:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 14:53:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:53:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:53:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e881a8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e881a8","method":"GET"} []
[2020-04-01 14:54:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:54:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:54:32] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 14:54:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 14:54:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 14:54:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 14:54:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 14:54:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 14:54:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:54:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:54:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"94885a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/94885a","method":"GET"} []
[2020-04-01 14:55:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:55:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:55:49] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 14:55:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 14:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 14:55:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 14:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 14:55:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 14:59:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:59:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:59:26] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 14:59:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 14:59:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 14:59:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 14:59:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 14:59:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 14:59:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 14:59:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 14:59:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9a5d29","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9a5d29","method":"GET"} []
[2020-04-01 15:00:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:00:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:00:20] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:00:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:00:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:00:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:00:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:00:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:00:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:00:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:00:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b4254d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b4254d","method":"GET"} []
[2020-04-01 15:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:02:52] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:02:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:02:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:02:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:02:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:02:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:02:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"01cfd1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/01cfd1","method":"GET"} []
[2020-04-01 15:03:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:03:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:03:20] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:03:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:03:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:03:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:03:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:03:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:03:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:03:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:03:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9c0a67","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9c0a67","method":"GET"} []
[2020-04-01 15:08:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:08:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:08:22] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:08:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:08:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:08:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:08:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:08:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:08:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4a2039","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4a2039","method":"GET"} []
[2020-04-01 15:08:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:08:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:08:35] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:08:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:08:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:08:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:08:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:08:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:08:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:08:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:08:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e7902d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e7902d","method":"GET"} []
[2020-04-01 15:08:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:08:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:08:56] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:08:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:08:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:08:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:08:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:08:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:08:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:08:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:09:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8ab279","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8ab279","method":"GET"} []
[2020-04-01 15:12:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:12:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:12:55] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:12:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:12:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:12:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:12:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:12:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:12:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:12:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:12:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2efada","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2efada","method":"GET"} []
[2020-04-01 15:13:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:13:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:13:13] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:13:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:13:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:13:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:13:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:13:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:13:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:13:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:13:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2812a4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2812a4","method":"GET"} []
[2020-04-01 15:14:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:14:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:14:06] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:14:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:14:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:14:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:14:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:14:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:14:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:14:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:14:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"625d27","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/625d27","method":"GET"} []
[2020-04-01 15:14:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:14:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:14:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:14:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:14:35] php.DEBUG: Warning: mkdir(): File exists {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"C:\\\\xampp\\\\htdocs\\\\service\\\\vendor\\\\symfony\\\\symfony\\\\src\\\\Symfony\\\\Component\\\\Cache\\\\Traits\\\\FilesystemCommonTrait.php\",\"line\":105,\"trace\":[{\"file\":\"C:\\\\xampp\\\\htdocs\\\\service\\\\vendor\\\\symfony\\\\symfony\\\\src\\\\Symfony\\\\Component\\\\Cache\\\\Traits\\\\FilesystemTrait.php\",\"line\":98,\"function\":\"getFile\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\FilesystemAdapter\",\"type\":\"->\"}],\"count\":1})"} []
[2020-04-01 15:14:35] php.DEBUG: Warning: mkdir(): File exists {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"C:\\\\xampp\\\\htdocs\\\\service\\\\vendor\\\\symfony\\\\symfony\\\\src\\\\Symfony\\\\Component\\\\Cache\\\\Traits\\\\FilesystemCommonTrait.php\",\"line\":105,\"trace\":[{\"file\":\"C:\\\\xampp\\\\htdocs\\\\service\\\\vendor\\\\symfony\\\\symfony\\\\src\\\\Symfony\\\\Component\\\\Cache\\\\Traits\\\\FilesystemTrait.php\",\"line\":98,\"function\":\"getFile\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\FilesystemAdapter\",\"type\":\"->\"}],\"count\":1})"} []
[2020-04-01 15:14:35] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 15:14:35] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 15:14:35] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 15:14:35] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 15:14:35] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:14:35] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:14:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-01 15:14:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:14:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:14:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:14:37] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("foto") on a null variable." at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"foto\") on a null variable. at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:157)"} []
[2020-04-01 15:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:14:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1f208d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1f208d","method":"GET"} []
[2020-04-01 15:14:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:14:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:14:48] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:14:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-01 15:14:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:14:49] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("foto") on a null variable." at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"foto\") on a null variable. at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:157)"} []
[2020-04-01 15:15:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:15:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:15:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:15:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:15:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:15:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:15:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:15:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:15:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:15:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:15:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"624ef0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/624ef0","method":"GET"} []
[2020-04-01 15:16:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:16:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:16:44] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:16:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:16:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:16:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:16:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:16:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:16:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:16:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:16:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9c2d9f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9c2d9f","method":"GET"} []
[2020-04-01 15:17:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:17:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:17:00] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:17:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:17:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:17:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:17:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:17:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:17:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:17:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:17:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3151ef","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3151ef","method":"GET"} []
[2020-04-01 15:17:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:17:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:17:16] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:17:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:17:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:17:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:17:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:17:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:17:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:17:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:17:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"359416","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/359416","method":"GET"} []
[2020-04-01 15:17:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:17:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:17:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:17:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:17:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:17:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:17:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:17:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:17:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:17:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:17:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ade01b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ade01b","method":"GET"} []
[2020-04-01 15:18:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:18:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:18:02] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:18:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:18:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:18:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:18:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:18:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:18:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:18:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:18:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"558dd1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/558dd1","method":"GET"} []
[2020-04-01 15:18:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:18:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:18:25] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:18:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:18:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:18:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:18:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:18:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:18:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:18:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:18:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"662aad","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/662aad","method":"GET"} []
[2020-04-01 15:19:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:19:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:19:00] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:19:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:19:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:19:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:19:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:19:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:19:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:19:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:19:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ed6c54","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ed6c54","method":"GET"} []
[2020-04-01 15:19:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:19:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:19:29] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:19:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:19:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:19:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:19:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:19:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:19:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:19:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:19:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b927cd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b927cd","method":"GET"} []
[2020-04-01 15:19:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:19:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:19:40] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:19:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:19:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:19:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:19:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:19:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:19:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ad73b7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ad73b7","method":"GET"} []
[2020-04-01 15:20:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:20:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:20:06] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:20:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:20:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:20:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:20:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:20:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:20:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:20:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:20:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c95b4c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c95b4c","method":"GET"} []
[2020-04-01 15:20:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:20:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:20:27] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:20:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:20:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:20:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:20:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:20:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:20:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:20:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:20:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"581469","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/581469","method":"GET"} []
[2020-04-01 15:20:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:20:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:20:36] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:20:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:20:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:20:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:20:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:20:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:20:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:20:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:20:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27e330","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/27e330","method":"GET"} []
[2020-04-01 15:20:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:20:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:20:52] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 15:20:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:20:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:20:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:20:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:21:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:21:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:21:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d8e2c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d8e2c2","method":"GET"} []
[2020-04-01 15:21:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:21:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:21:08] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 15:21:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:21:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:21:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:21:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:21:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:21:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:21:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"42e027","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/42e027","method":"GET"} []
[2020-04-01 15:21:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:21:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:21:26] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 15:21:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:21:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:21:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:21:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:21:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:21:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:21:54] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 15:21:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:21:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:21:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:21:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:22:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:22:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:22:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"37e78d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/37e78d","method":"GET"} []
[2020-04-01 15:22:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:22:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:22:37] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:22:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:22:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:22:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:22:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:22:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:22:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:22:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:22:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aacfc9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aacfc9","method":"GET"} []
[2020-04-01 15:23:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:23:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:23:22] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:23:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:23:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:23:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:23:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:23:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:23:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:23:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:23:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7694e8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7694e8","method":"GET"} []
[2020-04-01 15:23:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:23:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:23:38] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:23:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:23:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:23:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:23:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:23:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:23:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:23:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:23:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"655f48","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/655f48","method":"GET"} []
[2020-04-01 15:24:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:24:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:24:03] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:24:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:24:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:24:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:24:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:24:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:24:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:24:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:24:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cdf6a6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cdf6a6","method":"GET"} []
[2020-04-01 15:24:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:24:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:24:14] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:24:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:24:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:24:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:24:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:24:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:24:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:24:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:24:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c20064","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c20064","method":"GET"} []
[2020-04-01 15:24:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:24:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:24:36] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:24:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:24:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:24:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:24:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:24:37] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 84 {"exception":"[object] (Twig_Error_Syntax(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:84)"} []
[2020-04-01 15:24:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:24:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:24:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:24:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"951111","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/951111","method":"GET"} []
[2020-04-01 15:24:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:24:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:24:52] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:24:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:24:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:24:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:24:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:24:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:24:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:24:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:24:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dfa185","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dfa185","method":"GET"} []
[2020-04-01 15:25:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:25:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:25:03] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:25:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:25:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:25:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:25:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:25:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:25:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:25:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:25:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3690e0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3690e0","method":"GET"} []
[2020-04-01 15:25:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:25:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:25:08] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:25:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:25:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:25:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:25:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:25:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:25:31] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:25:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:25:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:25:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:25:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:25:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:25:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:25:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:25:48] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:25:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:25:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:25:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:25:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:25:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:25:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:25:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:25:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"997d3b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/997d3b","method":"GET"} []
[2020-04-01 15:27:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:27:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:27:15] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:27:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:27:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:27:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:27:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:27:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:27:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:27:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:27:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ec47b7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ec47b7","method":"GET"} []
[2020-04-01 15:27:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:27:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:27:50] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:27:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:27:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:27:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:27:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:27:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:27:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:27:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:27:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"33782c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/33782c","method":"GET"} []
[2020-04-01 15:31:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:31:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:31:24] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:31:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:31:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:31:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:31:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:31:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:31:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:31:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:31:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"84eef8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/84eef8","method":"GET"} []
[2020-04-01 15:31:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:31:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:31:34] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 15:31:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:31:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 15:31:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:31:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:31:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:31:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"189542","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/189542","method":"GET"} []
[2020-04-01 15:32:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:31] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 15:32:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:32:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 15:32:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:32:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dba8aa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dba8aa","method":"GET"} []
[2020-04-01 15:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:39] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-01 15:32:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:32:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:32:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:32:39] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 15:32:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:32:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b92d4c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b92d4c","method":"GET"} []
[2020-04-01 15:32:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:43] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-01 15:32:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:32:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:32:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:32:44] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-01 15:32:44] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 15:32:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 15:32:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:32:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"44d404","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/44d404","method":"GET"} []
[2020-04-01 15:32:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:46] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-01 15:32:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:32:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:32:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:32:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-01 15:32:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:32:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e8ee00","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e8ee00","method":"GET"} []
[2020-04-01 15:32:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:52] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 15:32:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:32:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:32:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:32:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 15:32:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:32:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:32:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:32:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"63f87d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/63f87d","method":"GET"} []
[2020-04-01 15:33:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:21] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:33:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:33:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:33:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:33:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:33:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:33:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0194e3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0194e3","method":"GET"} []
[2020-04-01 15:33:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:34] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 15:33:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:33:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:33:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:33:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 15:33:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:33:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"07e36a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/07e36a","method":"GET"} []
[2020-04-01 15:33:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:39] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 15:33:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:33:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 15:33:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:33:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c47407","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c47407","method":"GET"} []
[2020-04-01 15:33:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:45] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 15:33:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:33:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:33:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:33:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 15:33:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:33:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"85b8ad","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/85b8ad","method":"GET"} []
[2020-04-01 15:33:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:54] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 15:33:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:33:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:33:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:33:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 15:33:55] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 15:33:55] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-01 15:33:55] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 15:33:55] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 15:33:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:33:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:33:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:33:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9dcefe","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9dcefe","method":"GET"} []
[2020-04-01 15:54:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:54:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:54:53] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 15:54:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:54:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:54:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:54:53] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 92: Error: Expected Literal, got 'null'" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 52 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 92: Error: Expected Literal, got 'null' at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:52, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\Empleado p WHERE p.id like :tipoPersona AND p.idEmpresa <> null ORDER BY p.paterno ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-01 15:54:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:54:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:54:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:54:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aab80d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aab80d","method":"GET"} []
[2020-04-01 15:55:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:55:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:55:10] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 15:55:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:55:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:55:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 15:55:11] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 15:55:11] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-01 15:55:11] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 15:55:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 15:55:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:55:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:55:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:55:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b8e16","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6b8e16","method":"GET"} []
[2020-04-01 15:55:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:55:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:55:51] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 15:55:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 15:55:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 15:55:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 15:55:51] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 15:55:51] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-01 15:55:54] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 15:55:54] php.CRITICAL: Call to a member function format() on string {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function format() on string at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Types\\DateTimeType.php:53)"} []
[2020-04-01 15:55:55] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function format() on string" at C:\xampp\htdocs\service\vendor\doctrine\dbal\lib\Doctrine\DBAL\Types\DateTimeType.php line 53 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function format() on string at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Types\\DateTimeType.php:53)"} []
[2020-04-01 15:55:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 15:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 15:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 15:55:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dd9d9d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dd9d9d","method":"GET"} []
[2020-04-01 17:33:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 17:33:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 17:33:06] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 17:33:06] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 17:33:06] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 17:33:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 17:33:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 17:33:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 17:33:07] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 17:33:07] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-01 17:33:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 17:33:07] php.CRITICAL: Call to a member function format() on string {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function format() on string at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Types\\DateTimeType.php:53)"} []
[2020-04-01 17:33:07] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function format() on string" at C:\xampp\htdocs\service\vendor\doctrine\dbal\lib\Doctrine\DBAL\Types\DateTimeType.php line 53 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function format() on string at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Types\\DateTimeType.php:53)"} []
[2020-04-01 17:33:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 17:33:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 17:33:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 17:33:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"30fdb5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/30fdb5","method":"GET"} []
[2020-04-01 17:33:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 17:33:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 17:33:54] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 17:33:54] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 17:33:54] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 17:33:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 17:33:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 17:33:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 17:33:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 17:33:55] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-01 17:33:55] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 17:33:55] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"Ahora si","3":"2020-04-01 11:33:55","4":"2020-04-01 09:55:00","5":"2000-01-01 12:00:00","6":"","7":4,"8":13} []
[2020-04-01 17:33:55] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 17:33:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 17:33:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 17:33:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 17:33:56] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 17:33:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 17:33:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 17:33:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 17:33:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 17:33:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 17:33:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 17:33:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 17:33:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 17:33:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a9f117","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a9f117","method":"GET"} []
[2020-04-01 18:04:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:04:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:04:41] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 18:04:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 18:04:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 18:04:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 18:04:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 18:04:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 18:04:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 18:04:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:04:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:04:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"88959a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/88959a","method":"GET"} []
[2020-04-01 18:05:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:05:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:05:16] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 18:05:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 18:05:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 18:05:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 18:05:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 18:05:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 18:05:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 18:05:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:05:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:05:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f037e2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f037e2","method":"GET"} []
[2020-04-01 18:05:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:05:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:05:53] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 18:05:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 18:05:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 18:05:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 18:05:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 18:05:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 18:05:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 18:05:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:05:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:05:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f7df41","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f7df41","method":"GET"} []
[2020-04-01 18:09:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:09:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:09:21] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 18:09:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 18:09:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 18:09:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 18:09:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 18:09:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 18:09:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 18:09:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:09:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:09:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8b1c71","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8b1c71","method":"GET"} []
[2020-04-01 18:10:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:10:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:10:05] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 18:10:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 18:10:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 18:10:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 18:10:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 18:10:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 18:10:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 18:10:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:10:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:10:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"44b9cb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/44b9cb","method":"GET"} []
[2020-04-01 18:10:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:10:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:10:21] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 18:10:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 18:10:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 18:10:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 18:10:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 18:10:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 18:10:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 18:10:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 18:10:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 18:10:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b2771d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b2771d","method":"GET"} []
[2020-04-01 19:24:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:24:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:24:59] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"5","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/5/edit","method":"GET"} []
[2020-04-01 19:24:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 19:24:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 19:24:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 19:24:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["5"] []
[2020-04-01 19:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 19:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-01 19:25:00] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 19:25:00] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 19:25:01] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-01 19:25:01] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 19:25:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 19:25:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 19:25:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:25:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:25:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9dfdd2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9dfdd2","method":"GET"} []
[2020-04-01 19:25:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:25:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:25:08] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 19:25:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 19:25:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 19:25:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 19:25:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 19:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 19:25:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 19:25:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:25:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:25:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"16729e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/16729e","method":"GET"} []
[2020-04-01 19:25:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:25:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:25:31] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 19:25:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 19:25:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 19:25:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 19:25:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 19:25:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 19:25:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 19:25:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:25:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:25:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"196a29","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/196a29","method":"GET"} []
[2020-04-01 19:25:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:25:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:25:51] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 19:25:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 19:25:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 19:25:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 19:25:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 19:25:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:25:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:25:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a9d138","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a9d138","method":"GET"} []
[2020-04-01 19:26:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:26:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:26:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /responsive-tables.html" (from "http://localhost:8080/service/web/app_dev.php/")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /responsive-tables.html\" (from \"http://localhost:8080/service/web/app_dev.php/\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:918)"} []
[2020-04-01 19:26:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:26:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:26:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5d9d06","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5d9d06","method":"GET"} []
[2020-04-01 19:26:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:26:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:26:11] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 19:26:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 19:26:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 19:26:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 19:26:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 19:26:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 19:26:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 19:26:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:26:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:26:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2af458","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2af458","method":"GET"} []
[2020-04-01 19:26:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:26:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:26:23] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 19:26:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 19:26:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 19:26:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 19:26:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.estado AS estado_3, t0.descripcion AS descripcion_4, t0.fecha_ingreso AS fecha_ingreso_5, t0.costo AS costo_6, t0.fecha_inicio AS fecha_inicio_7, t0.fecha_fin AS fecha_fin_8, t0.observacion_tecnico AS observacion_tecnico_9, t0.id_solicitud AS id_solicitud_10, t0.id_tecnico AS id_tecnico_11, t0.id_estado_trabajo AS id_estado_trabajo_12, t0.id_tipo_trabajo AS id_tipo_trabajo_13 FROM trabajo t0 [] []
[2020-04-01 19:26:24] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("idEmpresa") on a null variable." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 51 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"idEmpresa\") on a null variable. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:51)"} []
[2020-04-01 19:26:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 19:26:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 19:26:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 19:26:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1f9aae","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1f9aae","method":"GET"} []
[2020-04-01 21:32:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:32:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:32:21] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 21:32:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:32:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.estado AS estado_3, t0.descripcion AS descripcion_4, t0.fecha_ingreso AS fecha_ingreso_5, t0.costo AS costo_6, t0.fecha_inicio AS fecha_inicio_7, t0.fecha_fin AS fecha_fin_8, t0.observacion_tecnico AS observacion_tecnico_9, t0.id_solicitud AS id_solicitud_10, t0.id_tecnico AS id_tecnico_11, t0.id_estado_trabajo AS id_estado_trabajo_12, t0.id_tipo_trabajo AS id_tipo_trabajo_13 FROM trabajo t0 [] []
[2020-04-01 21:32:22] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class Proxies\__CG__\AdminBundle\Entity\TipoTrabajo could not be converted to string")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 50 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class Proxies\\__CG__\\AdminBundle\\Entity\\TipoTrabajo could not be converted to string\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:50, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class Proxies\\__CG__\\AdminBundle\\Entity\\TipoTrabajo could not be converted to string at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\twig\\73\\73adc78074763c1518ee7e17a3e3c89d9234b55f29fc765228e4deedb8afb30e.php:135)"} []
[2020-04-01 21:32:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:32:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:32:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:32:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"70f195","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/70f195","method":"GET"} []
[2020-04-01 21:33:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:33:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:33:09] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 21:33:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:33:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.estado AS estado_3, t0.descripcion AS descripcion_4, t0.fecha_ingreso AS fecha_ingreso_5, t0.costo AS costo_6, t0.fecha_inicio AS fecha_inicio_7, t0.fecha_fin AS fecha_fin_8, t0.observacion_tecnico AS observacion_tecnico_9, t0.id_solicitud AS id_solicitud_10, t0.id_tecnico AS id_tecnico_11, t0.id_estado_trabajo AS id_estado_trabajo_12, t0.id_tipo_trabajo AS id_tipo_trabajo_13 FROM trabajo t0 [] []
[2020-04-01 21:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-01 21:33:10] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("idEmpresa") on a null variable." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 51 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"idEmpresa\") on a null variable. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:51)"} []
[2020-04-01 21:33:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:33:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:33:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:33:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7eacf9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7eacf9","method":"GET"} []
[2020-04-01 21:35:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:35:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:35:47] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 21:35:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:35:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:35:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:35:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.estado AS estado_3, t0.descripcion AS descripcion_4, t0.fecha_ingreso AS fecha_ingreso_5, t0.costo AS costo_6, t0.fecha_inicio AS fecha_inicio_7, t0.fecha_fin AS fecha_fin_8, t0.observacion_tecnico AS observacion_tecnico_9, t0.id_solicitud AS id_solicitud_10, t0.id_tecnico AS id_tecnico_11, t0.id_estado_trabajo AS id_estado_trabajo_12, t0.id_tipo_trabajo AS id_tipo_trabajo_13 FROM trabajo t0 [] []
[2020-04-01 21:35:48] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("idEmpresa") on a null variable." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 51 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"idEmpresa\") on a null variable. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:51)"} []
[2020-04-01 21:35:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:35:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:35:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:35:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f83b39","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f83b39","method":"GET"} []
[2020-04-01 21:37:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:37:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:37:07] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 21:37:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:37:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:37:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:37:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.estado AS estado_3, t0.descripcion AS descripcion_4, t0.fecha_ingreso AS fecha_ingreso_5, t0.costo AS costo_6, t0.fecha_inicio AS fecha_inicio_7, t0.fecha_fin AS fecha_fin_8, t0.observacion_tecnico AS observacion_tecnico_9, t0.id_solicitud AS id_solicitud_10, t0.id_tecnico AS id_tecnico_11, t0.id_estado_trabajo AS id_estado_trabajo_12, t0.id_tipo_trabajo AS id_tipo_trabajo_13 FROM trabajo t0 [] []
[2020-04-01 21:37:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:37:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:37:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:37:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a1aab1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a1aab1","method":"GET"} []
[2020-04-01 21:39:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:39:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:39:03] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 21:39:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:39:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:39:04] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "idSustitucion": Expected a numeric." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"idSustitucion\": Expected a numeric. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a numeric. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\NumberToLocalizedStringTransformer.php:118)"} []
[2020-04-01 21:39:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:39:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:39:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:39:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1865f1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1865f1","method":"GET"} []
[2020-04-01 21:50:57] console.ERROR: Error thrown while running command "doctrine:generate:form "AdminBunddle:Trabajo"". Message: "Unknown Entity namespace alias 'AdminBunddle'." {"exception":"[object] (Doctrine\\ORM\\ORMException(code: 0): Unknown Entity namespace alias 'AdminBunddle'. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\ORMException.php:271)","command":"doctrine:generate:form \"AdminBunddle:Trabajo\"","message":"Unknown Entity namespace alias 'AdminBunddle'."} []
[2020-04-01 21:50:57] console.DEBUG: Command "doctrine:generate:form "AdminBunddle:Trabajo"" exited with code "1" {"command":"doctrine:generate:form \"AdminBunddle:Trabajo\"","code":1} []
[2020-04-01 21:51:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:51:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:51:44] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 21:51:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:51:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:51:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:51:45] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "idSustitucion": Expected a numeric." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"idSustitucion\": Expected a numeric. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a numeric. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\NumberToLocalizedStringTransformer.php:118)"} []
[2020-04-01 21:51:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:51:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:51:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:51:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"00a261","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/00a261","method":"GET"} []
[2020-04-01 21:51:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:51:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:51:56] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 21:51:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:51:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:51:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:51:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.estado AS estado_3, t0.descripcion AS descripcion_4, t0.fecha_ingreso AS fecha_ingreso_5, t0.costo AS costo_6, t0.fecha_inicio AS fecha_inicio_7, t0.fecha_fin AS fecha_fin_8, t0.observacion_tecnico AS observacion_tecnico_9, t0.id_solicitud AS id_solicitud_10, t0.id_tecnico AS id_tecnico_11, t0.id_estado_trabajo AS id_estado_trabajo_12, t0.id_tipo_trabajo AS id_tipo_trabajo_13 FROM trabajo t0 [] []
[2020-04-01 21:51:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:51:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:51:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:51:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6205ff","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6205ff","method":"GET"} []
[2020-04-01 21:52:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:52:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:52:03] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 21:52:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:52:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:52:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:52:04] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "idSustitucion": Expected a numeric." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"idSustitucion\": Expected a numeric. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a numeric. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\NumberToLocalizedStringTransformer.php:118)"} []
[2020-04-01 21:52:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:52:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:52:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:52:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cc7263","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cc7263","method":"GET"} []
[2020-04-01 21:58:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:58:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:58:03] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 21:58:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:58:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:58:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:58:04] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "fechaIngreso": Expected a \DateTimeInterface." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"fechaIngreso\": Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\DateTimeToArrayTransformer.php:72)"} []
[2020-04-01 21:58:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:58:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:58:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:58:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"05cc3a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/05cc3a","method":"GET"} []
[2020-04-01 21:59:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:59:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:59:34] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 21:59:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 21:59:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 21:59:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 21:59:34] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "fechaIngreso": Expected a \DateTimeInterface." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"fechaIngreso\": Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\DateTimeToArrayTransformer.php:72)"} []
[2020-04-01 21:59:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 21:59:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 21:59:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 21:59:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"591a24","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/591a24","method":"GET"} []
[2020-04-01 22:00:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:00:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:00:07] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:00:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:00:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:00:08] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "costo": Expected a numeric." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"costo\": Expected a numeric. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a numeric. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\NumberToLocalizedStringTransformer.php:118)"} []
[2020-04-01 22:00:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:00:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:00:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:00:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6141c5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6141c5","method":"GET"} []
[2020-04-01 22:03:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:03:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:03:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2af458","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2af458","method":"GET"} []
[2020-04-01 22:03:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:03:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:03:59] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-01 22:03:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:04:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:04:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:04:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-01 22:04:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:04:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:04:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:04:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2fb0d2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2fb0d2","method":"GET"} []
[2020-04-01 22:04:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:04:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:04:02] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-01 22:04:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:04:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:04:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:04:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 22:04:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:04:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:04:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:04:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d14bb0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d14bb0","method":"GET"} []
[2020-04-01 22:07:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:07:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:07:04] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:07:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:07:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:07:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:07:05] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "fechaInicio": Expected a \DateTimeInterface." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"fechaInicio\": Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\DateTimeToArrayTransformer.php:72)"} []
[2020-04-01 22:07:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:07:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:07:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:07:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"081b34","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/081b34","method":"GET"} []
[2020-04-01 22:08:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:08:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:08:17] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:08:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:08:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:08:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:08:18] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "fechaInicio": Expected a \DateTimeInterface." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"fechaInicio\": Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\DateTimeToArrayTransformer.php:72)"} []
[2020-04-01 22:08:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:08:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:08:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:08:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"080421","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/080421","method":"GET"} []
[2020-04-01 22:10:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:10:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:10:00] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:10:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:10:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:10:01] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "fechaInicio": Expected a \DateTimeInterface." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"fechaInicio\": Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\DateTimeToArrayTransformer.php:72)"} []
[2020-04-01 22:10:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:10:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:10:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:10:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8fddde","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8fddde","method":"GET"} []
[2020-04-01 22:10:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:10:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:10:12] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:10:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:10:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:10:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:10:13] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "fechaInicio": Expected a \DateTimeInterface." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"fechaInicio\": Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\DateTimeToArrayTransformer.php:72)"} []
[2020-04-01 22:10:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:10:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:10:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:10:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f8e348","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f8e348","method":"GET"} []
[2020-04-01 22:11:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:11:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:11:49] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:11:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:11:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:11:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:11:49] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "fechaInicio": Expected a \DateTimeInterface." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"fechaInicio\": Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a \\DateTimeInterface. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\DateTimeToArrayTransformer.php:72)"} []
[2020-04-01 22:11:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:11:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:11:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:11:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"db1617","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/db1617","method":"GET"} []
[2020-04-01 22:14:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:14:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:14:28] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:14:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:14:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:14:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:14:29] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-01 22:14:29] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class AdminBundle\Entity\Solicitud could not be converted to string" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bridge\Doctrine\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class AdminBundle\\Entity\\Solicitud could not be converted to string at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Form\\Type\\DoctrineType.php:59)"} []
[2020-04-01 22:14:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:14:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:14:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:14:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3da6c0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3da6c0","method":"GET"} []
[2020-04-01 22:16:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:16:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:16:20] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:16:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:16:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:16:21] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-01 22:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 22:16:21] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ [] []
[2020-04-01 22:16:21] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.estado AS estado_3 FROM tipo_estado_trabajo t0_ [] []
[2020-04-01 22:16:21] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class AdminBundle\Entity\TipoEstadoTrabajo could not be converted to string" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bridge\Doctrine\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class AdminBundle\\Entity\\TipoEstadoTrabajo could not be converted to string at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Form\\Type\\DoctrineType.php:59)"} []
[2020-04-01 22:16:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:16:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:16:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:16:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c5059a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c5059a","method":"GET"} []
[2020-04-01 22:22:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:22:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:22:29] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:22:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:22:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:22:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:22:29] php.CRITICAL: Call to a member function getRole() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getRole() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\TrabajoType.php:20)"} []
[2020-04-01 22:22:29] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getRole() on null" at C:\xampp\htdocs\service\src\AdminBundle\Form\TrabajoType.php line 20 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getRole() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\TrabajoType.php:20)"} []
[2020-04-01 22:22:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:22:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:22:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:22:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1bb592","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1bb592","method":"GET"} []
[2020-04-01 22:24:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:24:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:24:39] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:24:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:24:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:24:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:24:40] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-01 22:24:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 22:24:40] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 22:24:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-01 22:24:41] translation.WARNING: Translation not found. {"id":"Id solicitud","domain":"messages","locale":"es"} []
[2020-04-01 22:24:41] translation.WARNING: Translation not found. {"id":"Estado","domain":"messages","locale":"es"} []
[2020-04-01 22:24:41] translation.WARNING: Translation not found. {"id":"Descripcion","domain":"messages","locale":"es"} []
[2020-04-01 22:24:41] translation.WARNING: Translation not found. {"id":"Costo a Cobrar","domain":"messages","locale":"es"} []
[2020-04-01 22:24:41] translation.WARNING: Translation not found. {"id":"TÃ©cnico Asignado","domain":"messages","locale":"es"} []
[2020-04-01 22:24:41] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 22:24:41] translation.WARNING: Translation not found. {"id":"Id tipo trabajo","domain":"messages","locale":"es"} []
[2020-04-01 22:24:41] translation.WARNING: Translation not found. {"id":"Observacion tecnico","domain":"messages","locale":"es"} []
[2020-04-01 22:24:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:24:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:24:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:24:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f50fe7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f50fe7","method":"GET"} []
[2020-04-01 22:33:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:33:29] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:47] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-01 22:34:48] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-01 22:35:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:35:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:35:25] request.INFO: Matched route "trabajo_new". {"route":"trabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::newAction","_route":"trabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/new","method":"GET"} []
[2020-04-01 22:35:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:35:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:35:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:35:26] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-01 22:35:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 22:35:26] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 22:35:26] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-01 22:35:26] translation.WARNING: Translation not found. {"id":"Id solicitud","domain":"messages","locale":"es"} []
[2020-04-01 22:35:26] translation.WARNING: Translation not found. {"id":"Descripcion","domain":"messages","locale":"es"} []
[2020-04-01 22:35:26] translation.WARNING: Translation not found. {"id":"Costo a Cobrar","domain":"messages","locale":"es"} []
[2020-04-01 22:35:26] translation.WARNING: Translation not found. {"id":"TÃ©cnico Asignado","domain":"messages","locale":"es"} []
[2020-04-01 22:35:26] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 22:35:26] translation.WARNING: Translation not found. {"id":"Id tipo trabajo","domain":"messages","locale":"es"} []
[2020-04-01 22:35:26] translation.WARNING: Translation not found. {"id":"Observacion tecnico","domain":"messages","locale":"es"} []
[2020-04-01 22:35:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:35:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:35:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:35:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"59f115","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/59f115","method":"GET"} []
[2020-04-01 22:36:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:36:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:36:53] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 22:36:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:36:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 22:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 22:36:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:36:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:36:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:36:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1c23e6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1c23e6","method":"GET"} []
[2020-04-01 22:36:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:36:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:36:59] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"5","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/5/edit","method":"GET"} []
[2020-04-01 22:36:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:36:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:36:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:36:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["5"] []
[2020-04-01 22:37:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 22:37:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-01 22:37:00] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 22:37:00] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 22:37:00] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-01 22:37:00] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 22:37:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 22:37:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:37:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:37:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:37:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"525903","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/525903","method":"GET"} []
[2020-04-01 22:46:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:46:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:46:00] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 22:46:00] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 22:46:00] request.INFO: Matched route "solicitud_delete". {"route":"solicitud_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::deleteAction","id":"5","_route":"solicitud_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/5","method":"DELETE"} []
[2020-04-01 22:46:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:46:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:46:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:46:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["5"] []
[2020-04-01 22:46:01] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 22:46:01] doctrine.DEBUG: DELETE FROM solicitud WHERE id = ? [5] []
[2020-04-01 22:46:01] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 22:46:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:46:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:46:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:46:02] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 22:46:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:46:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:46:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:46:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 22:46:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:46:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:46:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:46:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"45cb02","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/45cb02","method":"GET"} []
[2020-04-01 22:46:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:46:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:46:05] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 22:46:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:46:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:46:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:46:06] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 22:46:06] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 22:46:06] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-01 22:46:06] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 22:46:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 22:46:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:46:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:46:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:46:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b95157","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b95157","method":"GET"} []
[2020-04-01 22:46:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:46:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:46:31] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 22:46:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:46:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:46:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:46:31] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 22:46:31] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-01 22:46:32] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 22:46:32] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"Se istio la red","3":"2020-04-01 16:46:32","4":"2020-04-01 12:44:00","5":"2000-01-01 12:00:00","6":"","7":4,"8":13} []
[2020-04-01 22:46:32] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 22:46:32] php.CRITICAL: Call to undefined method AdminBundle\Entity\Solicitud::getReqid() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method AdminBundle\\Entity\\Solicitud::getReqid() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php:59)"} []
[2020-04-01 22:46:32] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "getReqid" of class "AdminBundle\Entity\Solicitud"." at C:\xampp\htdocs\service\src\AdminBundle\Controller\SolicitudController.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"getReqid\" of class \"AdminBundle\\Entity\\Solicitud\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php:59)"} []
[2020-04-01 22:46:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:46:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:46:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:46:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b18379","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b18379","method":"GET"} []
[2020-04-01 22:47:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:47:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:47:20] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 22:47:20] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 22:47:20] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 22:47:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:47:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:47:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:47:20] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 22:47:20] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-01 22:47:21] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 22:47:21] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"Se istio la red","3":"2020-04-01 16:47:21","4":"2020-04-01 12:44:00","5":"2000-01-01 12:00:00","6":"","7":4,"8":13} []
[2020-04-01 22:47:21] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 22:47:21] php.CRITICAL: Type error: Argument 1 passed to AdminBundle\Entity\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\Entity\TipoEstadoTrabajo or null, integer given, called in C:\xampp\htdocs\service\src\AdminBundle\Controller\SolicitudController.php on line 67 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Entity\\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\\Entity\\TipoEstadoTrabajo or null, integer given, called in C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php on line 67 at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Entity\\Trabajo.php:304)"} []
[2020-04-01 22:47:21] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Type error: Argument 1 passed to AdminBundle\Entity\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\Entity\TipoEstadoTrabajo or null, integer given, called in C:\xampp\htdocs\service\src\AdminBundle\Controller\SolicitudController.php on line 67" at C:\xampp\htdocs\service\src\AdminBundle\Entity\Trabajo.php line 304 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Entity\\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\\Entity\\TipoEstadoTrabajo or null, integer given, called in C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php on line 67 at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Entity\\Trabajo.php:304)"} []
[2020-04-01 22:47:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:47:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:47:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:47:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1f9141","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1f9141","method":"GET"} []
[2020-04-01 22:48:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:48:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:48:14] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 22:48:14] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 22:48:14] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 22:48:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:48:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:48:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:48:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 22:48:15] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-01 22:48:15] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 22:48:15] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"Se istio la red","3":"2020-04-01 16:48:15","4":"2020-04-01 12:44:00","5":"2000-01-01 12:00:00","6":"","7":4,"8":13} []
[2020-04-01 22:48:15] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 22:48:15] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMException: "Unknown Entity namespace alias 'AppBundle'." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\ORMException.php line 271 {"exception":"[object] (Doctrine\\ORM\\ORMException(code: 0): Unknown Entity namespace alias 'AppBundle'. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\ORMException.php:271)"} []
[2020-04-01 22:48:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:48:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:48:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:48:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ec262a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ec262a","method":"GET"} []
[2020-04-01 22:48:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:48:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:48:33] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 22:48:33] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-01 22:48:34] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 22:48:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:48:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:48:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:48:34] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 22:48:34] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-01 22:48:35] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 22:48:35] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"Se istio la red","3":"2020-04-01 16:48:34","4":"2020-04-01 12:44:00","5":"2000-01-01 12:00:00","6":"","7":4,"8":13} []
[2020-04-01 22:48:35] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 22:48:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-01 22:48:35] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 22:48:35] doctrine.DEBUG: INSERT INTO trabajo (id_sustitucion, descripcion, fecha_ingreso, costo, fecha_inicio, fecha_fin, observacion_tecnico, id_solicitud, id_tecnico, id_estado_trabajo, id_tipo_trabajo) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"NULL","2":"","3":"2020-04-01 16:48:34","4":0,"5":"2000-01-01 12:00:00","6":"2000-01-01 12:00:00","7":"","8":9,"9":null,"10":1,"11":null} []
[2020-04-01 22:48:35] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 22:48:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:48:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:48:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:48:35] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 22:48:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:48:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:48:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:48:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 22:48:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 22:48:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:48:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:48:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:48:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"83f1bd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/83f1bd","method":"GET"} []
[2020-04-01 22:48:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:48:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:48:54] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 22:48:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:48:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:48:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:48:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 22:48:54] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "estado" nor one of the methods "estado()", "getestado()"/"isestado()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"estado\" nor one of the methods \"estado()\", \"getestado()\"/\"isestado()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:48)"} []
[2020-04-01 22:48:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:48:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:48:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:48:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7c125","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c7c125","method":"GET"} []
[2020-04-01 22:50:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:50:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:50:52] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-01 22:50:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:50:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:50:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:50:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:50:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:50:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:50:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"daca7c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/daca7c","method":"GET"} []
[2020-04-01 22:50:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:50:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:50:56] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 22:50:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:50:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 22:50:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:50:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:50:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:50:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7a8c72","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7a8c72","method":"GET"} []
[2020-04-01 22:51:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:51:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:51:00] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-01 22:51:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:51:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:51:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:51:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-01 22:51:01] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 22:51:01] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-01 22:51:01] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 22:51:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-01 22:51:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:51:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:51:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:51:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9b87fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9b87fa","method":"GET"} []
[2020-04-01 22:51:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:51:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:51:17] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-01 22:51:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:51:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:51:18] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-01 22:51:18] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-01 22:51:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 22:51:18] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"Playa del sol","3":"2020-04-01 16:51:18","4":"2020-04-01 13:34:00","5":"2000-01-01 12:00:00","6":"","7":4,"8":13} []
[2020-04-01 22:51:18] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 22:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-01 22:51:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-01 22:51:18] doctrine.DEBUG: INSERT INTO trabajo (id_sustitucion, descripcion, fecha_ingreso, costo, fecha_inicio, fecha_fin, observacion_tecnico, id_solicitud, id_tecnico, id_estado_trabajo, id_tipo_trabajo) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"NULL","2":"","3":"2020-04-01 16:51:18","4":0,"5":"2000-01-01 12:00:00","6":"2000-01-01 12:00:00","7":"","8":10,"9":null,"10":1,"11":null} []
[2020-04-01 22:51:18] doctrine.DEBUG: "COMMIT" [] []
[2020-04-01 22:51:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:51:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:51:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:51:19] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-01 22:51:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:51:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:51:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:51:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-01 22:51:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 22:51:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:51:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:51:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:51:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"01e9da","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/01e9da","method":"GET"} []
[2020-04-01 22:51:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:51:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:51:23] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 22:51:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 22:51:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 22:51:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 22:51:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 22:51:24] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "estado" nor one of the methods "estado()", "getestado()"/"isestado()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"estado\" nor one of the methods \"estado()\", \"getestado()\"/\"isestado()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:48)"} []
[2020-04-01 22:51:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 22:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 22:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 22:51:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b4762a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b4762a","method":"GET"} []
[2020-04-01 23:09:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:09:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:09:37] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:09:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:09:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:09:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:09:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:09:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:09:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:09:38] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("nombre") on a null variable." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 51 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"nombre\") on a null variable. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:51)"} []
[2020-04-01 23:09:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:09:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:09:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:09:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9318ca","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9318ca","method":"GET"} []
[2020-04-01 23:10:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:10:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:10:47] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:10:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:10:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:10:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:10:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:10:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:10:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:10:47] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idEmpleado" nor one of the methods "idEmpleado()", "getidEmpleado()"/"isidEmpleado()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 52 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idEmpleado\" nor one of the methods \"idEmpleado()\", \"getidEmpleado()\"/\"isidEmpleado()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:52)"} []
[2020-04-01 23:10:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:10:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:10:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:10:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4e5159","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4e5159","method":"GET"} []
[2020-04-01 23:12:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:12:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:12:00] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:12:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:12:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:12:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:12:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:12:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:12:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:12:01] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("idEmpresa") on a null variable." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 52 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"idEmpresa\") on a null variable. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:52)"} []
[2020-04-01 23:12:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:12:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:12:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:12:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"121610","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/121610","method":"GET"} []
[2020-04-01 23:12:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:12:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:12:37] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:12:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:12:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:12:37] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idEquipo" nor one of the methods "idEquipo()", "getidEquipo()"/"isidEquipo()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 53 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idEquipo\" nor one of the methods \"idEquipo()\", \"getidEquipo()\"/\"isidEquipo()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:53)"} []
[2020-04-01 23:12:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:12:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b783dc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b783dc","method":"GET"} []
[2020-04-01 23:12:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:12:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:12:52] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:12:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:12:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:12:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:12:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:12:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:12:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:12:53] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "observacionesCliente" nor one of the methods "observacionesCliente()", "getobservacionesCliente()"/"isobservacionesCliente()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 55 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"observacionesCliente\" nor one of the methods \"observacionesCliente()\", \"getobservacionesCliente()\"/\"isobservacionesCliente()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:55)"} []
[2020-04-01 23:12:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:12:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:12:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:12:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f8c2dd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f8c2dd","method":"GET"} []
[2020-04-01 23:13:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:13:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:13:22] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:13:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:13:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:13:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:13:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:13:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:13:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:13:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:13:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:13:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:13:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fc08ba","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fc08ba","method":"GET"} []
[2020-04-01 23:19:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:19:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:19:57] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:19:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:19:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:19:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:19:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:19:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:19:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:19:58] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class Proxies\__CG__\AdminBundle\Entity\TipoEstadoTrabajo could not be converted to string")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 58 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class Proxies\\__CG__\\AdminBundle\\Entity\\TipoEstadoTrabajo could not be converted to string\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:58, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class Proxies\\__CG__\\AdminBundle\\Entity\\TipoEstadoTrabajo could not be converted to string at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\twig\\73\\73adc78074763c1518ee7e17a3e3c89d9234b55f29fc765228e4deedb8afb30e.php:165)"} []
[2020-04-01 23:19:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:19:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:19:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:19:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"58e583","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/58e583","method":"GET"} []
[2020-04-01 23:20:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:20:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:20:13] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:20:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:20:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:20:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:20:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:20:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:20:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:20:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-01 23:20:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:20:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:20:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:20:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"177929","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/177929","method":"GET"} []
[2020-04-01 23:20:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:20:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:20:31] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:20:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:20:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:20:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:20:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:20:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:20:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:20:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-01 23:20:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:20:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:20:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:20:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3ee752","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3ee752","method":"GET"} []
[2020-04-01 23:27:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:27:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:27:24] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:27:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:27:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:27:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:27:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:27:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:27:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:27:24] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "descripcion" nor one of the methods "descripcion()", "getdescripcion()"/"isdescripcion()" or "__call()" exist and have public access in class "Proxies\__CG__\AdminBundle\Entity\TipoEmpresa"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 52 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"descripcion\" nor one of the methods \"descripcion()\", \"getdescripcion()\"/\"isdescripcion()\" or \"__call()\" exist and have public access in class \"Proxies\\__CG__\\AdminBundle\\Entity\\TipoEmpresa\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:52)"} []
[2020-04-01 23:27:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:27:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:27:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:27:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7adbc1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7adbc1","method":"GET"} []
[2020-04-01 23:28:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:28:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:28:02] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:28:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:28:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:28:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:28:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:28:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:28:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:28:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-01 23:28:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:28:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:28:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:28:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"96c7d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/96c7d4","method":"GET"} []
[2020-04-01 23:30:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:30:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:30:16] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:30:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:30:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:30:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:30:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:30:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:30:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:30:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-01 23:30:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:30:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:30:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:30:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"26a474","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/26a474","method":"GET"} []
[2020-04-01 23:30:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:30:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:30:54] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-01 23:30:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:30:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:30:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:30:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-01 23:30:55] php.CRITICAL: Call to a member function getRole() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getRole() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\TrabajoType.php:20)"} []
[2020-04-01 23:30:55] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getRole() on null" at C:\xampp\htdocs\service\src\AdminBundle\Form\TrabajoType.php line 20 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getRole() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\TrabajoType.php:20)"} []
[2020-04-01 23:30:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:30:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:30:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:30:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d75f5f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d75f5f","method":"GET"} []
[2020-04-01 23:40:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:40:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:40:32] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-01 23:40:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:40:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:40:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:40:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-01 23:40:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:40:33] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-01 23:40:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:40:33] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-01 23:40:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-01 23:40:33] translation.WARNING: Translation not found. {"id":"Id solicitud","domain":"messages","locale":"es"} []
[2020-04-01 23:40:33] translation.WARNING: Translation not found. {"id":"Descripcion","domain":"messages","locale":"es"} []
[2020-04-01 23:40:33] translation.WARNING: Translation not found. {"id":"Costo a Cobrar","domain":"messages","locale":"es"} []
[2020-04-01 23:40:33] translation.WARNING: Translation not found. {"id":"TÃ©cnico Asignado","domain":"messages","locale":"es"} []
[2020-04-01 23:40:33] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-01 23:40:33] translation.WARNING: Translation not found. {"id":"Id tipo trabajo","domain":"messages","locale":"es"} []
[2020-04-01 23:40:33] translation.WARNING: Translation not found. {"id":"Observacion tecnico","domain":"messages","locale":"es"} []
[2020-04-01 23:40:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:40:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:40:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:40:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e9484c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e9484c","method":"GET"} []
[2020-04-01 23:42:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:42:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:42:07] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-01 23:42:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:42:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-01 23:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-01 23:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-01 23:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-01 23:42:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:42:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:42:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:42:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d13156","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d13156","method":"GET"} []
[2020-04-01 23:42:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:42:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:42:11] request.INFO: Matched route "trabajo_show". {"route":"trabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::showAction","id":"7","_route":"trabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/show","method":"GET"} []
[2020-04-01 23:42:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:42:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:42:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:42:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-01 23:42:12] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "observacionesCliente" nor one of the methods "observacionesCliente()", "getobservacionesCliente()"/"isobservacionesCliente()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/show.html.twig line 38 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"observacionesCliente\" nor one of the methods \"observacionesCliente()\", \"getobservacionesCliente()\"/\"isobservacionesCliente()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/show.html.twig:38)"} []
[2020-04-01 23:42:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:42:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:42:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:42:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8cd280","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8cd280","method":"GET"} []
[2020-04-01 23:43:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:43:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:43:02] request.INFO: Matched route "trabajo_show". {"route":"trabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::showAction","id":"7","_route":"trabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/show","method":"GET"} []
[2020-04-01 23:43:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:43:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:43:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:43:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-01 23:43:03] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "fechaCamEstado" nor one of the methods "fechaCamEstado()", "getfechaCamEstado()"/"isfechaCamEstado()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/show.html.twig line 42 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"fechaCamEstado\" nor one of the methods \"fechaCamEstado()\", \"getfechaCamEstado()\"/\"isfechaCamEstado()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/show.html.twig:42)"} []
[2020-04-01 23:43:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:43:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:43:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:43:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a4e840","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a4e840","method":"GET"} []
[2020-04-01 23:43:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:43:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:43:22] request.INFO: Matched route "trabajo_show". {"route":"trabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::showAction","id":"7","_route":"trabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/show","method":"GET"} []
[2020-04-01 23:43:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-01 23:43:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-01 23:43:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-01 23:43:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-01 23:43:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-01 23:43:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-01 23:43:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-01 23:43:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"699585","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/699585","method":"GET"} []
[2020-04-02 00:25:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:25:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:25:41] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 00:25:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 00:25:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 00:25:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 00:25:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 00:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 00:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 00:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 00:25:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 00:25:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:25:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:25:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"79e966","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/79e966","method":"GET"} []
[2020-04-02 00:25:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:25:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:25:57] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 00:25:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 00:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 00:25:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 00:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 00:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 00:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 00:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 00:25:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 00:25:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:25:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:25:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ebe7c5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ebe7c5","method":"GET"} []
[2020-04-02 00:48:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:48:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:48:03] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 00:48:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 00:48:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 00:48:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 00:48:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 00:48:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 00:48:04] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 00:48:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 00:48:04] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 00:48:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 00:48:04] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idEmpresa" nor one of the methods "idEmpresa()", "getidEmpresa()"/"isidEmpresa()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idEmpresa\" nor one of the methods \"idEmpresa()\", \"getidEmpresa()\"/\"isidEmpresa()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:23)"} []
[2020-04-02 00:48:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 00:48:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:48:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:48:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7e7e4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d7e7e4","method":"GET"} []
[2020-04-02 00:48:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:48:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:48:48] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 00:48:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 00:48:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 00:48:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 00:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 00:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 00:48:49] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 00:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 00:48:49] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 00:48:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 00:48:49] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idEmpresa" nor one of the methods "idEmpresa()", "getidEmpresa()"/"isidEmpresa()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idEmpresa\" nor one of the methods \"idEmpresa()\", \"getidEmpresa()\"/\"isidEmpresa()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:23)"} []
[2020-04-02 00:48:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 00:48:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:48:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:48:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c662e6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c662e6","method":"GET"} []
[2020-04-02 00:52:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:52:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:52:32] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 00:52:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 00:52:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 00:52:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 00:52:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 00:52:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 00:52:33] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 00:52:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 00:52:33] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 00:52:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 00:52:33] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "descripcion" nor one of the methods "descripcion()", "getdescripcion()"/"isdescripcion()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 31 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"descripcion\" nor one of the methods \"descripcion()\", \"getdescripcion()\"/\"isdescripcion()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:31)"} []
[2020-04-02 00:52:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 00:52:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 00:52:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 00:52:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ab7f14","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ab7f14","method":"GET"} []
[2020-04-02 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 01:57:00] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-02 01:57:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 01:57:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 01:57:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 01:57:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-02 01:57:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 01:57:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 01:57:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 01:57:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"71d37b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/71d37b","method":"GET"} []
[2020-04-02 01:57:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 01:57:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 01:57:11] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 01:57:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 01:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 01:57:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 01:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 01:57:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 01:57:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 01:57:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 01:57:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 01:57:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 01:57:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 01:57:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bfe077","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bfe077","method":"GET"} []
[2020-04-02 01:57:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 01:57:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 01:57:15] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 01:57:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 01:57:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 01:57:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 01:57:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 01:57:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 01:57:16] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMException: "Unknown Entity namespace alias 'AppBundle'." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\ORMException.php line 271 {"exception":"[object] (Doctrine\\ORM\\ORMException(code: 0): Unknown Entity namespace alias 'AppBundle'. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\ORMException.php:271)"} []
[2020-04-02 01:57:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 01:57:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 01:57:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 01:57:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dd2c79","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dd2c79","method":"GET"} []
[2020-04-02 01:58:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 01:58:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 01:58:53] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 01:58:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 01:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 01:58:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 01:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 01:58:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 01:58:54] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMException: "Unknown Entity namespace alias 'AppBundle'." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\ORMException.php line 271 {"exception":"[object] (Doctrine\\ORM\\ORMException(code: 0): Unknown Entity namespace alias 'AppBundle'. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\ORMException.php:271)"} []
[2020-04-02 01:58:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 01:58:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 01:58:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 01:58:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2ba045","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2ba045","method":"GET"} []
[2020-04-02 02:02:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:02:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:02:37] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:02:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:02:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:02:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:02:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:02:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:02:38] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'consigueSolicitud'. The method name must start with either findBy or findOneBy!" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 226 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'consigueSolicitud'. The method name must start with either findBy or findOneBy! at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:226)"} []
[2020-04-02 02:02:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:02:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:02:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:02:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"52ab67","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/52ab67","method":"GET"} []
[2020-04-02 02:34:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:34:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:34:42] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:34:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:34:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:34:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:34:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:34:43] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class Proxies\__CG__\AdminBundle\Entity\Solicitud could not be converted to string" at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 22 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class Proxies\\__CG__\\AdminBundle\\Entity\\Solicitud could not be converted to string at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:22)"} []
[2020-04-02 02:34:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:34:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:34:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:34:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a50433","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a50433","method":"GET"} []
[2020-04-02 02:36:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:36:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:36:40] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:36:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:36:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:36:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:36:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:36:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:36:41] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class Proxies\__CG__\AdminBundle\Entity\Solicitud could not be converted to string" at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 22 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class Proxies\\__CG__\\AdminBundle\\Entity\\Solicitud could not be converted to string at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:22)"} []
[2020-04-02 02:36:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:36:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:36:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:36:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"83ace3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/83ace3","method":"GET"} []
[2020-04-02 02:37:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:37:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:37:48] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:37:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:37:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:37:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:37:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:37:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:37:49] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class Proxies\__CG__\AdminBundle\Entity\Solicitud could not be converted to string" at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 22 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class Proxies\\__CG__\\AdminBundle\\Entity\\Solicitud could not be converted to string at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:22)"} []
[2020-04-02 02:37:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:37:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7bbed4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7bbed4","method":"GET"} []
[2020-04-02 02:41:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:41:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:41:47] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:41:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:41:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:41:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:41:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:41:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:41:48] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 19 near 'idRespempresa,': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 19 near 'idRespempresa,': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): select b.nombre, a.idRespempresa, a.fechaProblema, a.descripcion\r\n\t\t\t\t\t\t\t\tfrom AdminBundle:Solicitud a\r\n\t\t\t\t\t\t\t\tjoin AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\twhere a.id = 'Playa del sol' at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-02 02:41:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:41:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:41:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:41:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dbe6e3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dbe6e3","method":"GET"} []
[2020-04-02 02:43:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:43:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:43:03] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:43:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:43:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:43:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:43:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:43:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:43:04] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 02:43:04] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 02:43:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 02:43:04] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 02:43:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 02:43:04] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "descripcion" nor one of the methods "descripcion()", "getdescripcion()"/"isdescripcion()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 31 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"descripcion\" nor one of the methods \"descripcion()\", \"getdescripcion()\"/\"isdescripcion()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:31)"} []
[2020-04-02 02:43:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:43:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:43:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:43:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"538ccf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/538ccf","method":"GET"} []
[2020-04-02 02:50:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:50:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:50:07] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:50:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:50:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:50:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:50:08] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 02:50:08] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 02:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 02:50:08] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 02:50:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 02:50:08] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "0" does not exist as the array is empty." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"0\" does not exist as the array is empty. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:23)"} []
[2020-04-02 02:50:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:50:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"70a5aa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/70a5aa","method":"GET"} []
[2020-04-02 02:50:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:50:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:50:25] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 02:50:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:50:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 02:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 02:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 02:50:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:50:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:50:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:50:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9c5d8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b9c5d8","method":"GET"} []
[2020-04-02 02:50:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:50:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:50:29] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:50:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:50:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:50:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:50:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:50:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:50:29] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 02:50:30] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 02:50:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 02:50:30] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 02:50:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 02:50:30] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "0" does not exist as the array is empty." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"0\" does not exist as the array is empty. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:23)"} []
[2020-04-02 02:50:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 02:50:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:50:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:50:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8e0d78","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8e0d78","method":"GET"} []
[2020-04-02 02:50:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:50:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:50:57] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:50:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:50:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:50:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:50:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:50:58] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 02:51:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:51:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:51:13] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:51:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:51:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:51:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:51:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:51:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:51:14] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 02:52:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:52:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:52:11] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:52:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:52:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:52:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:52:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:52:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:52:12] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 02:54:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:54:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:54:25] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:54:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:54:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:54:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:54:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:54:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:54:25] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 02:55:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 02:55:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 02:55:01] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 02:55:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 02:55:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 02:55:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 02:55:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 02:55:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 02:55:02] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:01:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:01:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:01:43] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:01:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:01:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:01:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:01:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:01:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:01:44] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:01:44] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Trying to get property 'getId' of non-object" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 121 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Trying to get property 'getId' of non-object at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:121)"} []
[2020-04-02 03:01:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 03:01:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:01:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:01:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1eeed2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1eeed2","method":"GET"} []
[2020-04-02 03:02:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:02:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:02:05] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:02:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:02:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:02:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:02:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:02:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:02:06] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:02:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:02:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:02:26] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:02:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:02:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:02:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:02:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:02:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:02:27] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:03:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:03:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:03:06] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:03:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:03:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:03:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:03:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:03:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:03:07] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:03:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:03:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:03:08] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:03:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:03:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:03:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:03:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:03:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:03:09] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:03:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:03:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:03:25] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:03:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:03:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:03:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:03:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:03:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:03:26] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:03:26] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 03:03:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 03:03:26] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 03:03:26] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 03:03:26] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "0" does not exist as the array is empty." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"0\" does not exist as the array is empty. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:23)"} []
[2020-04-02 03:03:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 03:03:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:03:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:03:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4c398e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4c398e","method":"GET"} []
[2020-04-02 03:04:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:04:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:04:06] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:04:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:04:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:04:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:04:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:04:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:04:07] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:04:07] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 03:04:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 03:04:07] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 03:04:07] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 03:04:07] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "nombre" does not exist as the array is empty." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"nombre\" does not exist as the array is empty. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:23)"} []
[2020-04-02 03:04:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 03:04:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:04:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:04:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"abb96b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/abb96b","method":"GET"} []
[2020-04-02 03:04:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:04:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:04:43] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:04:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:04:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:04:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:04:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:04:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:04:44] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:28:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:28:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:28:55] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:28:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:28:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:28:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:28:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:28:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:28:56] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 03:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:29:31] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:29:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:29:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:29:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:29:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:29:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:29:32] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class AdminBundle\Entity\Trabajo could not be converted to string" at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 23 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class AdminBundle\\Entity\\Trabajo could not be converted to string at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:23)"} []
[2020-04-02 03:29:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 03:29:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:29:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:29:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7e3ba6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7e3ba6","method":"GET"} []
[2020-04-02 03:29:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:29:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:29:55] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:29:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:29:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:29:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:29:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:29:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:29:56] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:32:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:32:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:32:33] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:32:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:32:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:32:34] php.CRITICAL: Cannot use object of type AdminBundle\Entity\Trabajo as array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Trabajo as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:119)"} []
[2020-04-02 03:32:34] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type AdminBundle\Entity\Trabajo as array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 119 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Trabajo as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:119)"} []
[2020-04-02 03:32:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 03:32:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:32:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:32:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8b1eab","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8b1eab","method":"GET"} []
[2020-04-02 03:32:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:32:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:32:59] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:32:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:32:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:33:00] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:33:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:33:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:33:20] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:33:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:33:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:33:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:33:21] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = 'Playa del sol' [] []
[2020-04-02 03:33:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:33:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:33:57] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:33:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:33:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:33:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:33:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:34:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:34:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:34:42] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:34:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:34:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:35:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:35:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:35:03] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:35:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:35:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:35:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:35:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:35:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:35:04] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 03:35:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:35:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:35:25] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 03:35:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 03:35:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 03:35:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 03:35:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 03:35:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 03:35:26] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 03:35:26] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 03:35:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 03:35:26] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 03:35:26] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 03:35:26] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "fechaProblema" nor one of the methods "fechaProblema()", "getfechaProblema()"/"isfechaProblema()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 47 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"fechaProblema\" nor one of the methods \"fechaProblema()\", \"getfechaProblema()\"/\"isfechaProblema()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:47)"} []
[2020-04-02 03:35:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 03:35:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 03:35:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 03:35:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c51c81","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c51c81","method":"GET"} []
[2020-04-02 04:16:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:16:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:16:20] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:16:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:16:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:16:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:16:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:16:21] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:16:21] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 04:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:16:21] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:16:21] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:16:21] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DateTime could not be converted to string")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 39 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DateTime could not be converted to string\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:39, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class DateTime could not be converted to string at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\twig\\bc\\bc0b921fa10188ceec7a1dcf18fbb862d23a763e40b22a9dea0c9a69533d6d0f.php:115)"} []
[2020-04-02 04:16:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:16:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:16:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:16:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"53fa98","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/53fa98","method":"GET"} []
[2020-04-02 04:16:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:16:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:16:52] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:16:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:16:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:16:52] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:16:52] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 04:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:16:52] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:16:52] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:16:53] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "save" nor one of the methods "save()", "getsave()"/"issave()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 62 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"save\" nor one of the methods \"save()\", \"getsave()\"/\"issave()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:62)"} []
[2020-04-02 04:16:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:16:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:16:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:16:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"edce13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/edce13","method":"GET"} []
[2020-04-02 04:17:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:17:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:17:53] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:17:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:17:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:17:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:17:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:17:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:17:54] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:17:54] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 04:17:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:17:54] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:17:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:17:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:17:54] translation.WARNING: Translation not found. {"id":"Id solicitud","domain":"messages","locale":"es"} []
[2020-04-02 04:17:54] translation.WARNING: Translation not found. {"id":"Costo a Cobrar","domain":"messages","locale":"es"} []
[2020-04-02 04:17:54] translation.WARNING: Translation not found. {"id":"TÃ©cnico Asignado","domain":"messages","locale":"es"} []
[2020-04-02 04:17:54] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 04:17:54] translation.WARNING: Translation not found. {"id":"Id tipo trabajo","domain":"messages","locale":"es"} []
[2020-04-02 04:17:54] translation.WARNING: Translation not found. {"id":"Observacion tecnico","domain":"messages","locale":"es"} []
[2020-04-02 04:17:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:17:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:17:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:17:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"db8793","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/db8793","method":"GET"} []
[2020-04-02 04:24:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:24:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:24:49] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:24:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:24:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:24:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:24:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:24:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:24:50] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:24:50] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 04:24:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:24:50] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:24:50] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:24:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:24:50] translation.WARNING: Translation not found. {"id":"Id solicitud","domain":"messages","locale":"es"} []
[2020-04-02 04:24:50] translation.WARNING: Translation not found. {"id":"Costo a Cobrar","domain":"messages","locale":"es"} []
[2020-04-02 04:24:50] translation.WARNING: Translation not found. {"id":"TÃ©cnico Asignado","domain":"messages","locale":"es"} []
[2020-04-02 04:24:50] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 04:24:50] translation.WARNING: Translation not found. {"id":"Id tipo trabajo","domain":"messages","locale":"es"} []
[2020-04-02 04:24:50] translation.WARNING: Translation not found. {"id":"Observacion tecnico","domain":"messages","locale":"es"} []
[2020-04-02 04:24:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:24:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:24:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:24:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"22a52a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/22a52a","method":"GET"} []
[2020-04-02 04:26:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:26:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:26:47] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:26:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:26:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:26:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:26:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:26:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:26:47] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:26:47] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ [] []
[2020-04-02 04:26:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:26:47] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:26:47] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:26:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:26:48] translation.WARNING: Translation not found. {"id":"Id solicitud","domain":"messages","locale":"es"} []
[2020-04-02 04:26:48] translation.WARNING: Translation not found. {"id":"Costo a Cobrar","domain":"messages","locale":"es"} []
[2020-04-02 04:26:48] translation.WARNING: Translation not found. {"id":"TÃ©cnico Asignado","domain":"messages","locale":"es"} []
[2020-04-02 04:26:48] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 04:26:48] translation.WARNING: Translation not found. {"id":"Observacion tecnico","domain":"messages","locale":"es"} []
[2020-04-02 04:26:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:26:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:26:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:26:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ff20c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ff20c2","method":"GET"} []
[2020-04-02 04:28:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:28:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:28:57] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:28:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:28:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:28:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:28:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:28:58] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:28:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:28:58] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:28:58] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 04:28:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:28:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:28:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:28:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:28:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bfc445","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bfc445","method":"GET"} []
[2020-04-02 04:29:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:29:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:29:47] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:29:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:29:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:29:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:29:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:29:48] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:29:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:29:48] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:29:48] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:29:48] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 04:29:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:29:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:29:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:29:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:29:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cebf28","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cebf28","method":"GET"} []
[2020-04-02 04:30:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:30:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:30:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9c5d8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b9c5d8","method":"GET"} []
[2020-04-02 04:30:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:30:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:30:19] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:30:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:30:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:30:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:30:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:30:20] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:30:20] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:30:20] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:30:20] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:30:20] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:30:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:30:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:30:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:30:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:30:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c45af7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c45af7","method":"GET"} []
[2020-04-02 04:30:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:30:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:30:59] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:30:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:30:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:30:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:30:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:31:00] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:31:00] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:31:00] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:31:00] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:31:00] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:31:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:31:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:31:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:31:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:31:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa91bf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aa91bf","method":"GET"} []
[2020-04-02 04:43:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:43:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:43:35] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"POST"} []
[2020-04-02 04:43:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:43:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:43:36] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-02 04:43:36] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["12"]] []
[2020-04-02 04:43:36] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:43:36] php.CRITICAL: Type error: Argument 1 passed to AdminBundle\Entity\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\Entity\TipoEstadoTrabajo or null, integer given, called in C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php on line 122 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Entity\\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\\Entity\\TipoEstadoTrabajo or null, integer given, called in C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php on line 122 at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Entity\\Trabajo.php:304)"} []
[2020-04-02 04:43:36] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Type error: Argument 1 passed to AdminBundle\Entity\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\Entity\TipoEstadoTrabajo or null, integer given, called in C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php on line 122" at C:\xampp\htdocs\service\src\AdminBundle\Entity\Trabajo.php line 304 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Entity\\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\\Entity\\TipoEstadoTrabajo or null, integer given, called in C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php on line 122 at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Entity\\Trabajo.php:304)"} []
[2020-04-02 04:43:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:43:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:43:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:43:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"397b71","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/397b71","method":"GET"} []
[2020-04-02 04:45:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:45:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:45:22] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"POST"} []
[2020-04-02 04:45:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:45:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:45:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:45:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:45:22] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-02 04:45:22] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["12"]] []
[2020-04-02 04:45:23] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:45:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 04:45:23] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-02 04:45:23] doctrine.DEBUG: UPDATE trabajo SET descripcion = ?, fecha_inicio = ?, id_tecnico = ?, id_estado_trabajo = ?, id_tipo_trabajo = ? WHERE id = ? ["Ademas hacer limpieza","2020-04-02 04:45:23",12,2,1,7] []
[2020-04-02 04:45:23] doctrine.DEBUG: "COMMIT" [] []
[2020-04-02 04:45:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:45:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:45:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:45:23] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:45:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:45:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:45:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:45:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:45:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:45:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:45:24] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:45:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:45:24] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:45:24] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:45:24] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:45:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:45:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:45:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:45:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:45:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"034155","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/034155","method":"GET"} []
[2020-04-02 04:45:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:45:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:45:53] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-02 04:45:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:45:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:45:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:45:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-02 04:45:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:45:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:45:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:45:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:45:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2d53a7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2d53a7","method":"GET"} []
[2020-04-02 04:48:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:48:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:48:08] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-02 04:48:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:48:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:48:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:48:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-02 04:48:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:48:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:48:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:48:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:48:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"94056c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/94056c","method":"GET"} []
[2020-04-02 04:49:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:49:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:49:00] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:49:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:49:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:49:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:49:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:49:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:49:01] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("nombre") on a null variable." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 53 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"nombre\") on a null variable. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:53)"} []
[2020-04-02 04:49:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:49:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:49:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:49:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ea4eb5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ea4eb5","method":"GET"} []
[2020-04-02 04:49:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:49:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:49:49] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:49:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:49:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:49:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:49:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:49:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:49:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:49:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:49:49] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("nombre") on a null variable." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/index.html.twig line 53 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"nombre\") on a null variable. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/index.html.twig:53)"} []
[2020-04-02 04:49:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:49:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:49:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:49:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"688821","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/688821","method":"GET"} []
[2020-04-02 04:51:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:51:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:51:01] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:51:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:51:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 04:51:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:51:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:51:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:51:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8ac991","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8ac991","method":"GET"} []
[2020-04-02 04:51:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:51:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:51:53] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:51:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:51:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:51:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:51:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:51:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:51:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:51:53] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:51:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:51:53] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:51:54] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:51:54] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:51:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:51:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:51:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:51:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:51:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e46889","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e46889","method":"GET"} []
[2020-04-02 04:52:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:52:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:52:06] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-02 04:52:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:52:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:52:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:52:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-02 04:52:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:52:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:52:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:52:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:52:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ab8ba7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ab8ba7","method":"GET"} []
[2020-04-02 04:53:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:53:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:53:27] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:53:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:53:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:53:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:53:27] request.CRITICAL: Uncaught PHP Exception Doctrine\Common\Annotations\AnnotationException: "[Semantical Error] The annotation "@Route" in class AdminBundle\Controller\TrabajoController was never imported. Did you maybe forget to add a "use" statement for this annotation?" at C:\xampp\htdocs\service\vendor\doctrine\annotations\lib\Doctrine\Common\Annotations\AnnotationException.php line 54 {"exception":"[object] (Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] The annotation \"@Route\" in class AdminBundle\\Controller\\TrabajoController was never imported. Did you maybe forget to add a \"use\" statement for this annotation? at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} []
[2020-04-02 04:53:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:53:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:53:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:53:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b73c27","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b73c27","method":"GET"} []
[2020-04-02 04:53:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:53:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:53:54] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:53:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:53:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:53:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:53:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:53:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:53:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:53:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:53:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:53:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 04:53:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:53:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:53:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:53:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9d92f8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9d92f8","method":"GET"} []
[2020-04-02 04:53:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:53:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:53:59] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:53:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:53:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:53:59] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:53:59] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:53:59] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:54:00] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:54:00] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:54:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:54:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:54:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:54:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:54:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c5c262","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c5c262","method":"GET"} []
[2020-04-02 04:55:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:55:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:55:57] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:55:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:55:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 04:55:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:55:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:55:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:55:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4e1d66","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4e1d66","method":"GET"} []
[2020-04-02 04:56:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:01] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:56:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:56:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:56:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:56:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:56:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:56:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:56:02] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:56:02] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:56:02] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:56:02] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:56:02] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:56:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:56:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:56:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c8ff05","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c8ff05","method":"GET"} []
[2020-04-02 04:56:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:13] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"POST"} []
[2020-04-02 04:56:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:56:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:56:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:56:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:56:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:56:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:56:14] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-02 04:56:14] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["12"]] []
[2020-04-02 04:56:14] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:56:14] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-02 04:56:14] doctrine.DEBUG: UPDATE trabajo SET descripcion = ?, fecha_inicio = ? WHERE id = ? ["AdemÃ¡s hacer limpieza","2020-04-02 04:56:14",7] []
[2020-04-02 04:56:14] doctrine.DEBUG: "COMMIT" [] []
[2020-04-02 04:56:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:56:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:15] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:56:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:56:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:56:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 04:56:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:56:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"04a452","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/04a452","method":"GET"} []
[2020-04-02 04:56:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:25] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:56:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:56:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:56:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:56:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:56:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:56:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:56:26] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:56:26] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:56:26] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:56:26] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:56:26] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:56:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:56:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:56:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"102962","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/102962","method":"GET"} []
[2020-04-02 04:56:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:30] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:56:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:56:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:56:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:56:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:56:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:56:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:56:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:56:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:56:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 04:56:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:56:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:56:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:56:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"163b0a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/163b0a","method":"GET"} []
[2020-04-02 04:57:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:57:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:57:02] request.INFO: Matched route "trabajo_asignartecnico". {"route":"trabajo_asignartecnico","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::asignartecnicoAction","id":"7","_route":"trabajo_asignartecnico"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/asignartecnico","method":"GET"} []
[2020-04-02 04:57:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:57:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:57:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:57:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:57:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:57:03] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "estado" nor one of the methods "getEstado()", "estado()", "isEstado()", "hasEstado()", "__get()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\PropertyAccess\PropertyAccessor.php line 490 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"estado\" nor one of the methods \"getEstado()\", \"estado()\", \"isEstado()\", \"hasEstado()\", \"__get()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\PropertyAccess\\PropertyAccessor.php:490)"} []
[2020-04-02 04:57:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:57:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:57:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:57:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5c774d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5c774d","method":"GET"} []
[2020-04-02 04:58:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:58:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:58:04] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:58:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:58:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 04:58:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:58:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8a75fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8a75fa","method":"GET"} []
[2020-04-02 04:58:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:58:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:58:09] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:58:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:58:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:58:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:58:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:58:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:58:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:58:10] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:58:10] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:58:10] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:58:10] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:58:10] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:58:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:58:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:58:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:58:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:58:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"23dd4a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/23dd4a","method":"GET"} []
[2020-04-02 04:58:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:58:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:58:52] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 04:58:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:58:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 04:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:58:53] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 04:58:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 04:58:53] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 04:58:53] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 04:58:53] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 04:58:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 04:58:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:58:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:58:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:58:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cd0b2e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cd0b2e","method":"GET"} []
[2020-04-02 04:59:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:59:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:59:10] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 04:59:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 04:59:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 04:59:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 04:59:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 04:59:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 04:59:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 04:59:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 04:59:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 04:59:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 04:59:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 04:59:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 04:59:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 04:59:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"307c85","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/307c85","method":"GET"} []
[2020-04-02 05:01:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 05:01:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 05:01:08] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 05:01:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 05:01:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 05:01:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 05:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 05:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 05:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 05:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 05:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 05:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 05:01:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 05:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 05:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 05:01:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"890b14","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/890b14","method":"GET"} []
[2020-04-02 14:58:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:08] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 14:58:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 14:58:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 14:58:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 14:58:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 14:58:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 14:58:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 14:58:09] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 14:58:09] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 14:58:09] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 14:58:09] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 14:58:09] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 14:58:09] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 14:58:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 14:58:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7d7ed7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7d7ed7","method":"GET"} []
[2020-04-02 14:58:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:16] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-02 14:58:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 14:58:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 14:58:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 14:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:17] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-02 14:58:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-02 14:58:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c283d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6c283d","method":"GET"} []
[2020-04-02 14:58:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:35] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-02 14:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-02 14:58:36] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-02 14:58:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 14:58:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:36] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-02 14:58:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 14:58:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 14:58:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 14:58:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 14:58:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4b4829","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4b4829","method":"GET"} []
[2020-04-02 14:58:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:42] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-02 14:58:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 14:58:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 14:58:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 14:58:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-02 14:58:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 14:58:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"16ea6e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/16ea6e","method":"GET"} []
[2020-04-02 14:58:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:52] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-02 14:58:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 14:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 14:58:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 14:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 14:58:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 14:58:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-02 14:58:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 14:58:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 14:58:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:58:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:58:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3759d9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3759d9","method":"GET"} []
[2020-04-02 14:59:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:59:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:59:16] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-02 14:59:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 14:59:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 14:59:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 14:59:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 14:59:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 14:59:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-02 14:59:17] request.CRITICAL: Uncaught PHP Exception Doctrine\Common\Annotations\AnnotationException: "[Semantical Error] The annotation "@Entity" in class AdminBundle\Entity\Empleado was never imported. Did you maybe forget to add a "use" statement for this annotation?" at C:\xampp\htdocs\service\vendor\doctrine\annotations\lib\Doctrine\Common\Annotations\AnnotationException.php line 54 {"exception":"[object] (Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] The annotation \"@Entity\" in class AdminBundle\\Entity\\Empleado was never imported. Did you maybe forget to add a \"use\" statement for this annotation? at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} []
[2020-04-02 14:59:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 14:59:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 14:59:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 14:59:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"06cdde","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/06cdde","method":"GET"} []
[2020-04-02 15:00:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:00:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:00:08] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-02 15:00:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:00:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:00:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:00:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-02 15:00:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:00:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:00:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:00:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d0e7a7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d0e7a7","method":"GET"} []
[2020-04-02 15:02:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:02:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:02:26] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-02 15:02:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:02:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:02:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:02:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 15:02:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 15:02:27] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-02 15:02:27] request.CRITICAL: Uncaught PHP Exception Doctrine\Common\Annotations\AnnotationException: "[Semantical Error] The annotation "@Entity" in class AdminBundle\Entity\Empleado was never imported. Did you maybe forget to add a "use" statement for this annotation?" at C:\xampp\htdocs\service\vendor\doctrine\annotations\lib\Doctrine\Common\Annotations\AnnotationException.php line 54 {"exception":"[object] (Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] The annotation \"@Entity\" in class AdminBundle\\Entity\\Empleado was never imported. Did you maybe forget to add a \"use\" statement for this annotation? at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} []
[2020-04-02 15:02:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:02:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:02:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:02:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b7ed0e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b7ed0e","method":"GET"} []
[2020-04-02 15:03:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:03:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:03:39] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-02 15:03:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:03:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:03:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:03:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 15:03:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 15:03:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-02 15:03:40] request.CRITICAL: Uncaught PHP Exception Doctrine\Common\Annotations\AnnotationException: "[Semantical Error] The annotation "@AdminBundle\Entity" in class AdminBundle\Entity\Empleado does not exist, or could not be auto-loaded." at C:\xampp\htdocs\service\vendor\doctrine\annotations\lib\Doctrine\Common\Annotations\AnnotationException.php line 54 {"exception":"[object] (Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] The annotation \"@AdminBundle\\Entity\" in class AdminBundle\\Entity\\Empleado does not exist, or could not be auto-loaded. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} []
[2020-04-02 15:03:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:03:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:03:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:03:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"38cecb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/38cecb","method":"GET"} []
[2020-04-02 15:04:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:04:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:04:17] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-02 15:04:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:04:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 15:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 15:04:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-02 15:04:17] request.CRITICAL: Uncaught PHP Exception Doctrine\Common\Annotations\AnnotationException: "[Semantical Error] The annotation "@Entity" in class AdminBundle\Entity\Empleado was never imported. Did you maybe forget to add a "use" statement for this annotation?" at C:\xampp\htdocs\service\vendor\doctrine\annotations\lib\Doctrine\Common\Annotations\AnnotationException.php line 54 {"exception":"[object] (Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] The annotation \"@Entity\" in class AdminBundle\\Entity\\Empleado was never imported. Did you maybe forget to add a \"use\" statement for this annotation? at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} []
[2020-04-02 15:04:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:04:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:04:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:04:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f47dfd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f47dfd","method":"GET"} []
[2020-04-02 15:04:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:04:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:04:43] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-02 15:04:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:04:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:04:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:04:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 15:04:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 15:04:44] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-02 15:04:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-02 15:04:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-02 15:04:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-02 15:04:47] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-02 15:04:47] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, usuario = ?, password = ? WHERE id = ? ["18185","tecnico","$2y$13$phrlJqQZpdN69Ux9EMl [...]",3] []
[2020-04-02 15:04:47] doctrine.DEBUG: "COMMIT" [] []
[2020-04-02 15:04:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:04:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:04:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:04:47] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-02 15:04:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:04:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:04:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:04:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-02 15:04:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:05:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:05:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:05:37] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-02 15:05:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:05:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:05:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:05:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 15:05:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 15:05:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-02 15:05:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-02 15:05:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-02 15:05:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-02 15:05:40] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-02 15:05:40] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["18185","$2y$13$3lbIzMf2F4TtqGXyDYs [...]",3] []
[2020-04-02 15:05:40] doctrine.DEBUG: "COMMIT" [] []
[2020-04-02 15:05:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:05:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:05:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:05:41] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-02 15:05:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:05:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:05:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:05:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-02 15:05:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:05:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:05:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:05:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"31fde3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/31fde3","method":"GET"} []
[2020-04-02 15:06:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:06:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:06:34] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"3","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/show","method":"GET"} []
[2020-04-02 15:06:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:06:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:06:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:06:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 15:06:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:06:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:06:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:06:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c5a5a6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c5a5a6","method":"GET"} []
[2020-04-02 15:06:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:06:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:06:48] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-02 15:06:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:06:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:06:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:06:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 15:06:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 15:06:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 15:06:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:06:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:06:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:06:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"89f493","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/89f493","method":"GET"} []
[2020-04-02 15:07:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:00] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-02 15:07:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:07:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:07:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:07:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-02 15:07:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-02 15:07:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-02 15:07:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-02 15:07:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-02 15:07:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-02 15:07:03] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-02 15:07:03] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["18185","$2y$13$2RTrTqCIAi3/UdifKNM [...]",3] []
[2020-04-02 15:07:03] doctrine.DEBUG: "COMMIT" [] []
[2020-04-02 15:07:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:07:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:04] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-02 15:07:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:07:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:07:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:07:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-02 15:07:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:07:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7faf59","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7faf59","method":"GET"} []
[2020-04-02 15:07:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:12] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-02 15:07:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:07:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 15:07:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 15:07:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:13] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-02 15:07:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-02 15:07:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bc0dcd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bc0dcd","method":"GET"} []
[2020-04-02 15:07:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:19] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-02 15:07:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["tecnico"] []
[2020-04-02 15:07:20] security.INFO: User has been authenticated successfully. {"username":"tecnico"} []
[2020-04-02 15:07:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:07:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:21] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-02 15:07:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:07:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-02 15:07:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-02 15:07:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:07:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c80003","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c80003","method":"GET"} []
[2020-04-02 15:07:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:37] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 15:07:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:07:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-02 15:07:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-02 15:07:37] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-02 15:07:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Security\Http\Firewall\ExceptionListener.php line 118 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener.php:118, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-02 15:07:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:07:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:07:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:07:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2bde3a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2bde3a","method":"GET"} []
[2020-04-02 15:10:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:10:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:10:32] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-02 15:10:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:10:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-02 15:10:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-02 15:10:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 15:10:33] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "estado" nor one of the methods "estado()", "getestado()"/"isestado()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/trabajos.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"estado\" nor one of the methods \"estado()\", \"getestado()\"/\"isestado()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/trabajos.html.twig:48)"} []
[2020-04-02 15:10:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:10:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:10:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:10:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e88ab8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e88ab8","method":"GET"} []
[2020-04-02 15:11:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:11:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:11:06] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-02 15:11:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:11:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-02 15:11:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-02 15:11:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:11:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:11:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:11:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"008b13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/008b13","method":"GET"} []
[2020-04-02 15:11:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:11:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:11:18] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 15:11:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:11:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-02 15:11:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-02 15:11:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 15:11:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 15:11:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 15:11:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 15:11:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 15:11:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 15:11:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:11:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:11:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:11:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4b3a00","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4b3a00","method":"GET"} []
[2020-04-02 15:11:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:11:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:11:29] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 15:11:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:11:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-02 15:11:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-02 15:11:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 15:11:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 15:11:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 15:11:30] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 15:11:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 15:11:30] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC [3] []
[2020-04-02 15:11:30] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 15:11:30] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 15:11:30] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 15:11:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:11:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:11:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:11:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"33a7d7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/33a7d7","method":"GET"} []
[2020-04-02 15:13:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:13:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:13:08] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-02 15:13:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 15:13:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-02 15:13:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-02 15:13:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-02 15:13:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 15:13:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 15:13:09] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-02 15:13:09] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 15:13:09] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC [3] []
[2020-04-02 15:13:09] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 15:13:09] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 15:13:09] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 15:13:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 15:13:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 15:13:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 15:13:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1fa799","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1fa799","method":"GET"} []
[2020-04-02 17:45:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:24] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-02 17:45:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:45:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-02 17:45:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-02 17:45:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:24] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-02 17:45:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-02 17:45:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b22b56","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b22b56","method":"GET"} []
[2020-04-02 17:45:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:29] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-02 17:45:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-02 17:45:30] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-02 17:45:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:45:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:31] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-02 17:45:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:45:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:45:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:45:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:45:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ef2e75","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ef2e75","method":"GET"} []
[2020-04-02 17:45:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:46] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-02 17:45:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:45:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:45:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:45:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-02 17:45:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 17:45:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:45:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6abeda","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6abeda","method":"GET"} []
[2020-04-02 17:45:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:45:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:45:52] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-02 17:45:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:45:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:45:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:45:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-02 17:45:53] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 17:45:53] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-02 17:45:53] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 17:45:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 17:45:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:46:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:46:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:46:25] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-02 17:46:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:46:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:46:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:46:26] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["2"]] []
[2020-04-02 17:46:26] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["7"]] []
[2020-04-02 17:46:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-02 17:46:27] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"Destornilla un tornillo","3":"2020-04-02 11:46:27","4":"2020-04-01 11:23:00","5":"2000-01-01 12:00:00","6":"","7":2,"8":7} []
[2020-04-02 17:46:27] doctrine.DEBUG: "COMMIT" [] []
[2020-04-02 17:46:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 17:46:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-02 17:46:27] doctrine.DEBUG: INSERT INTO trabajo (id_sustitucion, descripcion, fecha_ingreso, costo, fecha_inicio, fecha_fin, observacion_tecnico, id_solicitud, id_tecnico, id_estado_trabajo, id_tipo_trabajo) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"NULL","2":"","3":"2020-04-02 11:46:27","4":0,"5":"2000-01-01 12:00:00","6":"2000-01-01 12:00:00","7":"","8":11,"9":null,"10":1,"11":null} []
[2020-04-02 17:46:27] doctrine.DEBUG: "COMMIT" [] []
[2020-04-02 17:46:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:46:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:46:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:46:28] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-02 17:46:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:46:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:46:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:46:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-02 17:46:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 17:46:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-02 17:46:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:46:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:46:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:46:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"051679","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/051679","method":"GET"} []
[2020-04-02 17:52:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:52:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:52:52] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-02 17:52:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:52:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:52:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:52:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-02 17:52:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 17:52:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-02 17:52:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:52:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:52:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:52:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2f515b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2f515b","method":"GET"} []
[2020-04-02 17:52:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:52:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:52:56] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-02 17:52:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:52:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:52:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:52:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-02 17:52:56] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 17:52:57] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-02 17:52:57] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 17:52:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 17:52:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:52:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:52:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:52:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"804271","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/804271","method":"GET"} []
[2020-04-02 17:52:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:52:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:52:59] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-02 17:52:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:52:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:52:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:53:00] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-02 17:53:00] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-02 17:53:00] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-02 17:53:00] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-02 17:53:00] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-02 17:53:00] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 17:53:00] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-02 17:53:00] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 17:53:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 17:53:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:53:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:53:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:53:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1993e2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1993e2","method":"GET"} []
[2020-04-02 17:53:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:53:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:53:24] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 17:53:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:53:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-02 17:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 17:53:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:53:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:53:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:53:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da8982","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/da8982","method":"GET"} []
[2020-04-02 17:53:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:53:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:53:29] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"8","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/edit","method":"GET"} []
[2020-04-02 17:53:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:53:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:53:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:53:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-02 17:53:30] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-02 17:53:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 17:53:30] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 17:53:30] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 17:53:30] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 17:53:30] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "soldigital" nor one of the methods "soldigital()", "getsoldigital()"/"issoldigital()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 64 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"soldigital\" nor one of the methods \"soldigital()\", \"getsoldigital()\"/\"issoldigital()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:64)"} []
[2020-04-02 17:53:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:53:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:53:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:53:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"26ad2a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/26ad2a","method":"GET"} []
[2020-04-02 17:54:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:54:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:54:44] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"8","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/edit","method":"GET"} []
[2020-04-02 17:54:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:54:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:54:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:54:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-02 17:54:45] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-02 17:54:45] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 17:54:45] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 17:54:45] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 17:54:45] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 17:54:45] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "soldigital" nor one of the methods "soldigital()", "getsoldigital()"/"issoldigital()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/edit.html.twig line 64 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"soldigital\" nor one of the methods \"soldigital()\", \"getsoldigital()\"/\"issoldigital()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/edit.html.twig:64)"} []
[2020-04-02 17:54:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:54:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:54:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:54:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"557e88","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/557e88","method":"GET"} []
[2020-04-02 17:55:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:55:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:55:12] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"8","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/edit","method":"GET"} []
[2020-04-02 17:55:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:55:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-02 17:55:13] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-02 17:55:13] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 17:55:13] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 17:55:13] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 17:55:13] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 17:55:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 17:55:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:55:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:55:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:55:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e7214e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e7214e","method":"GET"} []
[2020-04-02 17:55:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:55:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:55:19] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"8","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/edit","method":"POST"} []
[2020-04-02 17:55:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:55:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:55:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:55:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-02 17:55:21] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-02 17:55:21] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 17:55:21] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 17:55:21] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 17:55:21] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 17:55:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 17:55:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:55:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:55:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:55:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"180b1a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/180b1a","method":"GET"} []
[2020-04-02 17:56:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:56:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:56:21] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"8","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/edit","method":"POST"} []
[2020-04-02 17:56:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:56:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:56:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:56:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-02 17:56:22] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-02 17:56:22] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-02 17:56:22] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 17:56:23] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-02 17:56:23] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 17:56:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 17:56:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:56:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:56:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:56:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c03268","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c03268","method":"GET"} []
[2020-04-02 17:56:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:56:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:56:44] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 17:56:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 17:56:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 17:56:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 17:56:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 17:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 17:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 17:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 17:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 17:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 17:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-02 17:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-02 17:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 17:56:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 17:56:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 17:56:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 17:56:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ad2a68","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ad2a68","method":"GET"} []
[2020-04-02 18:12:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:12:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:12:57] request.INFO: Matched route "solicitud_show". {"route":"solicitud_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::showAction","id":"10","_route":"solicitud_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10","method":"GET"} []
[2020-04-02 18:12:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:12:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:12:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:12:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-02 18:12:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:12:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:12:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:12:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6dd451","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6dd451","method":"GET"} []
[2020-04-02 18:13:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:13:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:13:10] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"10","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10/edit","method":"GET"} []
[2020-04-02 18:13:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:13:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:13:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:13:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-02 18:13:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 18:13:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-02 18:13:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-02 18:13:11] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-02 18:13:11] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-02 18:13:11] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-02 18:13:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 18:13:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:13:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:13:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:13:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c87f27","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c87f27","method":"GET"} []
[2020-04-02 18:13:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:13:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:13:18] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-02 18:13:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:13:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:13:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:13:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-02 18:13:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 18:13:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-02 18:13:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:13:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f37321","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f37321","method":"GET"} []
[2020-04-02 18:16:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:16:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:16:18] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 18:16:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:16:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-02 18:16:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 18:16:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:16:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:16:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:16:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"abe264","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/abe264","method":"GET"} []
[2020-04-02 18:22:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:22:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:22:04] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-02 18:22:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:22:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:22:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:22:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-02 18:22:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-02 18:22:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-02 18:22:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-02 18:22:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 18:22:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-02 18:22:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-02 18:22:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-02 18:22:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-02 18:22:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:22:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:22:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:22:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5dcdce","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5dcdce","method":"GET"} []
[2020-04-02 18:40:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:40:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:40:45] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-02 18:40:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:40:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:40:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:40:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-02 18:40:45] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-02 18:40:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:40:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:40:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:40:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"85d9cb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/85d9cb","method":"GET"} []
[2020-04-02 18:41:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:41:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:41:03] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"POST"} []
[2020-04-02 18:41:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:41:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:41:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:41:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-02 18:41:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["5"]] []
[2020-04-02 18:41:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-02 18:41:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-02 18:41:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-02 18:41:05] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-02 18:41:05] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ?, direccion = ? WHERE id = ? ["3","$2y$13$w0v9m6MOmcLwb.LvwmZ [...]","Su casa",2] []
[2020-04-02 18:41:05] doctrine.DEBUG: "COMMIT" [] []
[2020-04-02 18:41:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:41:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:41:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:41:05] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-02 18:41:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:41:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:41:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:41:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-02 18:41:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:41:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:41:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:41:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5aa71d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5aa71d","method":"GET"} []
[2020-04-02 18:44:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:44:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:44:42] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-02 18:44:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:44:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 [] []
[2020-04-02 18:44:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:44:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:44:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:44:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4449bc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4449bc","method":"GET"} []
[2020-04-02 18:53:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:53:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:53:13] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-02 18:53:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 18:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 18:53:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 18:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 [] []
[2020-04-02 18:53:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 18:53:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 18:53:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 18:53:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"30181f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/30181f","method":"GET"} []
[2020-04-02 19:01:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:01:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:01:41] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-02 19:01:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:01:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:01:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:01:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 [] []
[2020-04-02 19:01:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:01:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:01:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:01:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9a06d5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9a06d5","method":"GET"} []
[2020-04-02 19:07:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:07:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:07:49] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:07:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:07:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:07:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:07:50] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class AdminBundle\Entity\Inventario does not exist" at C:\xampp\htdocs\service\vendor\doctrine\common\lib\Doctrine\Common\Persistence\AbstractManagerRegistry.php line 197 {"exception":"[object] (ReflectionException(code: -1): Class AdminBundle\\Entity\\Inventario does not exist at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\common\\lib\\Doctrine\\Common\\Persistence\\AbstractManagerRegistry.php:197)"} []
[2020-04-02 19:07:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:07:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:07:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:07:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a0c462","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a0c462","method":"GET"} []
[2020-04-02 19:08:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:08:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:08:45] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:08:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:08:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:08:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:08:46] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "detalle" nor one of the methods "getDetalle()", "detalle()", "isDetalle()", "hasDetalle()", "__get()" exist and have public access in class "AdminBundle\Entity\Sustitucion"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\PropertyAccess\PropertyAccessor.php line 490 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"detalle\" nor one of the methods \"getDetalle()\", \"detalle()\", \"isDetalle()\", \"hasDetalle()\", \"__get()\" exist and have public access in class \"AdminBundle\\Entity\\Sustitucion\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\PropertyAccess\\PropertyAccessor.php:490)"} []
[2020-04-02 19:08:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:08:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:08:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:08:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e44870","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e44870","method":"GET"} []
[2020-04-02 19:10:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:10:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:10:08] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:10:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:10:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:10:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:10:09] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ [] []
[2020-04-02 19:10:09] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class AdminBundle\Entity\Trabajo could not be converted to string" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bridge\Doctrine\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class AdminBundle\\Entity\\Trabajo could not be converted to string at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Form\\Type\\DoctrineType.php:59)"} []
[2020-04-02 19:10:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:10:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:10:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:10:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"19820e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/19820e","method":"GET"} []
[2020-04-02 19:26:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:26:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:26:36] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:26:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:26:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:26:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:26:37] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 51 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 51 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\Trabajo p WHERE p.idTecnico like :tipoPersona AND p.idTecnico is not null ORDER BY p.fechaInicio ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-02 19:26:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:26:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:26:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:26:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a40500","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a40500","method":"GET"} []
[2020-04-02 19:27:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:27:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:27:09] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:27:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:27:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:27:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:27:10] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 51 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 51 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\Trabajo p WHERE p.idTecnico like :tipoPersona ORDER BY p.fechaInicio ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-02 19:27:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:27:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:27:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:27:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ddd32b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ddd32b","method":"GET"} []
[2020-04-02 19:27:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:27:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:27:20] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:27:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:27:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:27:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:27:21] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "Too many parameters: the query defines 0 parameters and you bound 1" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 103 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): Too many parameters: the query defines 0 parameters and you bound 1 at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:103)"} []
[2020-04-02 19:27:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:27:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:27:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:27:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b5e8d1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b5e8d1","method":"GET"} []
[2020-04-02 19:28:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:28:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:28:59] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:28:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:28:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:28:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:28:59] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-02 19:28:59] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Catchable Fatal Error: Object of class AdminBundle\Entity\Trabajo could not be converted to string" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bridge\Doctrine\Form\Type\DoctrineType.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class AdminBundle\\Entity\\Trabajo could not be converted to string at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Form\\Type\\DoctrineType.php:59)"} []
[2020-04-02 19:29:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:29:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:29:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:29:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fed9fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fed9fa","method":"GET"} []
[2020-04-02 19:30:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:30:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:30:15] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:30:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:30:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:30:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:30:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-02 19:30:17] translation.WARNING: Translation not found. {"id":"Razon","domain":"messages","locale":"es"} []
[2020-04-02 19:30:17] translation.WARNING: Translation not found. {"id":"Observacion","domain":"messages","locale":"es"} []
[2020-04-02 19:30:17] translation.WARNING: Translation not found. {"id":"Responsable de la Empresa","domain":"messages","locale":"es"} []
[2020-04-02 19:30:17] translation.WARNING: Translation not found. {"id":"---- Escoge un Trabajo","domain":"messages","locale":"es"} []
[2020-04-02 19:30:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:30:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:30:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:30:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"773a86","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/773a86","method":"GET"} []
[2020-04-02 19:31:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:31:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:31:21] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 19:31:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 19:31:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 19:31:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 19:31:22] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-02 19:31:22] translation.WARNING: Translation not found. {"id":"Razon","domain":"messages","locale":"es"} []
[2020-04-02 19:31:22] translation.WARNING: Translation not found. {"id":"Observacion","domain":"messages","locale":"es"} []
[2020-04-02 19:31:22] translation.WARNING: Translation not found. {"id":"Trabajo en que se SustituirÃ¡","domain":"messages","locale":"es"} []
[2020-04-02 19:31:22] translation.WARNING: Translation not found. {"id":"---- Escoge un Trabajo","domain":"messages","locale":"es"} []
[2020-04-02 19:31:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 19:31:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 19:31:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 19:31:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e09704","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e09704","method":"GET"} []
[2020-04-02 20:41:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 20:41:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 20:41:23] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 20:41:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 20:41:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 20:41:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 20:41:24] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 51 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 51 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\Trabajo p WHERE p.idTecnico like :tipoPersona ORDER BY p.fechaInicio ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-02 20:41:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 20:41:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 20:41:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 20:41:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7087bd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7087bd","method":"GET"} []
[2020-04-02 20:41:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 20:41:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 20:41:48] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 20:41:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 20:41:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 20:41:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 20:41:48] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 51 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 51 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\Trabajo p WHERE p.idTecnico like :tipoPersona ORDER BY p.fechaInicio ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-02 20:41:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 20:41:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 20:41:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 20:41:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"88cc5e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/88cc5e","method":"GET"} []
[2020-04-02 20:42:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 20:42:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 20:42:17] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-02 20:42:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-02 20:42:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-02 20:42:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-02 20:42:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-02 20:42:17] translation.WARNING: Translation not found. {"id":"Razon","domain":"messages","locale":"es"} []
[2020-04-02 20:42:17] translation.WARNING: Translation not found. {"id":"Observacion","domain":"messages","locale":"es"} []
[2020-04-02 20:42:17] translation.WARNING: Translation not found. {"id":"Trabajo en que se SustituirÃ¡","domain":"messages","locale":"es"} []
[2020-04-02 20:42:17] translation.WARNING: Translation not found. {"id":"---- Escoge un Trabajo","domain":"messages","locale":"es"} []
[2020-04-02 20:42:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-02 20:42:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-02 20:42:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-02 20:42:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b811d3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b811d3","method":"GET"} []
[2020-04-03 02:37:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:37:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:37:41] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:37:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:37:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:37:41] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 9 near 'fecha_solicitud,': Error: Class AdminBundle\Entity\Solicitud has no field or association named fecha_solicitud" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 9 near 'fecha_solicitud,': Error: Class AdminBundle\\Entity\\Solicitud has no field or association named fecha_solicitud at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fecha_solicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.id_Tecnico like '2' AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:37:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:37:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:37:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:37:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"688078","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/688078","method":"GET"} []
[2020-04-03 02:38:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:38:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:38:47] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:38:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:38:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:38:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:38:47] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 685 near 'id_Tecnico like': Error: Class AdminBundle\Entity\Trabajo has no field or association named id_Tecnico" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 685 near 'id_Tecnico like': Error: Class AdminBundle\\Entity\\Trabajo has no field or association named id_Tecnico at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.id_Tecnico like '2' AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:38:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:38:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:38:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:38:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a2cda3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a2cda3","method":"GET"} []
[2020-04-03 02:39:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:39:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:39:00] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:39:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:39:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:39:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:39:01] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.idTecnico like '2' AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:39:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:39:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:39:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:39:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"84d21b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/84d21b","method":"GET"} []
[2020-04-03 02:40:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:40:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:40:38] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:40:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:40:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:40:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:41:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:41:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:41:35] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:41:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:41:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:41:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:41:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:41:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:41:48] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:41:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:41:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:41:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:42:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:42:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:42:04] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:42:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:42:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:42:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:42:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:42:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:42:14] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:42:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:42:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:42:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:42:14] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 700: Error: Expected StateFieldPathExpression | string | InputParameter | FunctionsReturningStrings | AggregateExpression, got '2'" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 52 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 700: Error: Expected StateFieldPathExpression | string | InputParameter | FunctionsReturningStrings | AggregateExpression, got '2' at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:52, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.idTecnico like 2 AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:42:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:42:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:42:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:42:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bbdd6d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bbdd6d","method":"GET"} []
[2020-04-03 02:44:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:44:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:44:19] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:44:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:44:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:44:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:44:19] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.idTecnico like '2' AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:44:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:44:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:44:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:44:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"56512a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/56512a","method":"GET"} []
[2020-04-03 02:45:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:45:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:45:01] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:45:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:45:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:45:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:45:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:45:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:45:31] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:45:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:45:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:45:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:45:32] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.idTecnico like '2' AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:45:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:45:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:45:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:45:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb86f1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cb86f1","method":"GET"} []
[2020-04-03 02:46:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:46:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:46:18] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:46:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:46:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:46:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:46:18] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.idTecnico like '12' AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:46:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:46:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:46:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:46:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7ff00d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7ff00d","method":"GET"} []
[2020-04-03 02:46:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:46:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:46:54] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:46:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:46:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:46:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:46:54] php.CRITICAL: Call to undefined method AdminBundle\Entity\Empleado::getIdTecnico() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method AdminBundle\\Entity\\Empleado::getIdTecnico() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:31)"} []
[2020-04-03 02:46:54] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "getIdTecnico" of class "AdminBundle\Entity\Empleado"." at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 31 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"getIdTecnico\" of class \"AdminBundle\\Entity\\Empleado\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:31)"} []
[2020-04-03 02:46:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:46:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:46:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:46:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e8fa0f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e8fa0f","method":"GET"} []
[2020-04-03 02:47:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:47:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:47:31] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:47:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:47:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:47:31] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.idTecnico like '12' AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:47:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:47:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:47:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:47:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5247fd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5247fd","method":"GET"} []
[2020-04-03 02:48:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:48:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:48:29] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:48:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:48:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:48:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:48:30] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 736 near 'idEstado_trabajo': Error: Class AdminBundle\Entity\Trabajo has no field or association named idEstado_trabajo" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 736 near 'idEstado_trabajo': Error: Class AdminBundle\\Entity\\Trabajo has no field or association named idEstado_trabajo at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.idTecnico = '12' AND c.idTecnico is not null AND c.idEstado_trabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:48:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:48:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:48:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:48:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"007299","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/007299","method":"GET"} []
[2020-04-03 02:48:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:48:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:48:50] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:48:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:48:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:48:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:48:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = '12' AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 02:48:51] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "sustitucions" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/index.html.twig line 46 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"sustitucions\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/index.html.twig:46)"} []
[2020-04-03 02:48:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:48:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:48:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:48:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ae4434","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ae4434","method":"GET"} []
[2020-04-03 02:49:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:49:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:49:16] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:49:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:49:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:49:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:49:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 12 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 02:49:17] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "sustitucions" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/index.html.twig line 46 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"sustitucions\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/index.html.twig:46)"} []
[2020-04-03 02:49:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:49:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:49:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:49:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c57442","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c57442","method":"GET"} []
[2020-04-03 02:51:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:51:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:51:51] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:51:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:51:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:51:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:51:52] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 685 near 'idTecnico like': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, f.razon\r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo\r\n                        LEFT JOIN AdminBundle:Sustitucion f WITH f.idTrabajo = c.id\r\n                        where c.idTecnico like '%' AND c.idTecnico is not null AND c.idEstadoTrabajo = 2  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-03 02:51:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:51:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:51:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:51:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fb37e1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fb37e1","method":"GET"} []
[2020-04-03 02:52:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:52:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:52:17] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:52:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:52:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:52:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:52:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 02:52:17] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "sustitucions" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/index.html.twig line 46 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"sustitucions\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/index.html.twig:46)"} []
[2020-04-03 02:52:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:52:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:52:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:52:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3620bd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3620bd","method":"GET"} []
[2020-04-03 02:54:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:54:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:54:14] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:54:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:54:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:54:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:54:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 02:54:15] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "id" for array with keys "fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, razon" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/index.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"id\" for array with keys \"fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, razon\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/index.html.twig:48)"} []
[2020-04-03 02:54:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:54:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:54:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:54:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5610e6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5610e6","method":"GET"} []
[2020-04-03 02:54:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:54:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:54:54] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 02:54:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 02:54:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 02:54:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 02:54:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 02:54:55] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Parameter "id" for route "sustitucion_show" must match "[^/]++" ("" given) to generate a corresponding URL.")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/index.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Parameter \"id\" for route \"sustitucion_show\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL.\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/index.html.twig:48, Symfony\\Component\\Routing\\Exception\\InvalidParameterException(code: 0): Parameter \"id\" for route \"sustitucion_show\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:146)"} []
[2020-04-03 02:54:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 02:54:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 02:54:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 02:54:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"be9b3e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/be9b3e","method":"GET"} []
[2020-04-03 03:09:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:09:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:09:33] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 03:09:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:09:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:09:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:09:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 03:09:34] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DateTime could not be converted to string")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/index.html.twig line 50 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DateTime could not be converted to string\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/index.html.twig:50, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Catchable Fatal Error: Object of class DateTime could not be converted to string at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\twig\\df\\df3753ddf32af20b78057c29c088507d00573122d37bf9b593b6205507f2c10c.php:133)"} []
[2020-04-03 03:09:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:09:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:09:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:09:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c6a0e2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c6a0e2","method":"GET"} []
[2020-04-03 03:10:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:10:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:10:56] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 03:10:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:10:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:10:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:10:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 03:10:57] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Parameter "id" for route "sustitucion_show" must match "[^/]++" ("" given) to generate a corresponding URL.")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/index.html.twig line 57 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Parameter \"id\" for route \"sustitucion_show\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL.\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/index.html.twig:57, Symfony\\Component\\Routing\\Exception\\InvalidParameterException(code: 0): Parameter \"id\" for route \"sustitucion_show\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:146)"} []
[2020-04-03 03:10:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:10:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:10:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:10:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"61ba87","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/61ba87","method":"GET"} []
[2020-04-03 03:12:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:12:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:12:22] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 03:12:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:12:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:12:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 03:15:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:15:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:15:15] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 03:15:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:15:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:15:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:15:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 03:15:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:15:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:15:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:15:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7bb7e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c7bb7e","method":"GET"} []
[2020-04-03 03:18:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:18:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:18:55] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 03:18:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:18:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:18:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:18:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 03:18:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:18:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:18:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:18:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f4dac3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f4dac3","method":"GET"} []
[2020-04-03 03:22:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:22:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:22:35] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-03 03:22:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:22:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:22:36] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 03:22:36] translation.WARNING: Translation not found. {"id":"Razon","domain":"messages","locale":"es"} []
[2020-04-03 03:22:36] translation.WARNING: Translation not found. {"id":"Observacion","domain":"messages","locale":"es"} []
[2020-04-03 03:22:36] translation.WARNING: Translation not found. {"id":"Trabajo en que se SustituirÃ¡","domain":"messages","locale":"es"} []
[2020-04-03 03:22:36] translation.WARNING: Translation not found. {"id":"---- Escoge un Trabajo","domain":"messages","locale":"es"} []
[2020-04-03 03:22:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:22:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:22:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:22:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9527aa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9527aa","method":"GET"} []
[2020-04-03 03:22:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:22:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:22:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/edit"" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/edit\" at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:918)"} []
[2020-04-03 03:22:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:22:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:22:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5b991f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5b991f","method":"GET"} []
[2020-04-03 03:25:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:25:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:25:04] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 03:25:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:25:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:25:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:25:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 03:25:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:25:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:25:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:25:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"230daf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/230daf","method":"GET"} []
[2020-04-03 03:25:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:25:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:25:08] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-03 03:25:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:25:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:25:09] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 03:25:09] translation.WARNING: Translation not found. {"id":"Razon","domain":"messages","locale":"es"} []
[2020-04-03 03:25:09] translation.WARNING: Translation not found. {"id":"Observacion","domain":"messages","locale":"es"} []
[2020-04-03 03:25:09] translation.WARNING: Translation not found. {"id":"Trabajo en que se SustituirÃ¡","domain":"messages","locale":"es"} []
[2020-04-03 03:25:09] translation.WARNING: Translation not found. {"id":"---- Escoge un Trabajo","domain":"messages","locale":"es"} []
[2020-04-03 03:25:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:25:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:25:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:25:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3955a6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3955a6","method":"GET"} []
[2020-04-03 03:27:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:27:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:27:57] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-03 03:27:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:27:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:27:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:27:57] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 03:27:58] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "edit_form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 27 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"edit_form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:27)"} []
[2020-04-03 03:27:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:27:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:27:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:27:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"59d3de","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/59d3de","method":"GET"} []
[2020-04-03 03:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:28:51] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-03 03:28:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:28:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:28:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:28:52] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 03:28:52] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:33)"} []
[2020-04-03 03:28:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:28:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:28:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:28:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c4ba96","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c4ba96","method":"GET"} []
[2020-04-03 03:36:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:36:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:36:28] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-03 03:36:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 03:36:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 03:36:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 03:36:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 03:36:30] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:33)"} []
[2020-04-03 03:36:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 03:36:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 03:36:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 03:36:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a3ef19","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a3ef19","method":"GET"} []
[2020-04-03 18:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:01:11] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/new","method":"GET"} []
[2020-04-03 18:01:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:01:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:01:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:01:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 18:01:12] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:33)"} []
[2020-04-03 18:01:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:01:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:01:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:01:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8cbb81","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8cbb81","method":"GET"} []
[2020-04-03 18:41:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:41:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:41:28] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-03 18:41:28] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-03 18:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/new" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/new\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:918)"} []
[2020-04-03 18:41:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:41:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:41:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"19b19a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/19b19a","method":"GET"} []
[2020-04-03 18:41:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:41:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:41:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"230daf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/230daf","method":"GET"} []
[2020-04-03 18:41:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:41:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:41:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/new" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/new\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:918)"} []
[2020-04-03 18:41:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:41:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:41:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a6d41f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a6d41f","method":"GET"} []
[2020-04-03 18:43:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:43:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:43:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/new/10"" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/new/10\" at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:918)"} []
[2020-04-03 18:43:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:43:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:43:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"38acfa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/38acfa","method":"GET"} []
[2020-04-03 18:44:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:44:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:44:13] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 18:44:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:44:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:44:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:44:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 18:44:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:44:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:44:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:44:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"86e1e6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/86e1e6","method":"GET"} []
[2020-04-03 18:44:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:44:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:44:17] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 18:44:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:44:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:44:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:44:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 18:44:18] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:33)"} []
[2020-04-03 18:44:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:44:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:44:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:44:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"60a31d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/60a31d","method":"GET"} []
[2020-04-03 18:47:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:47:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:47:15] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 18:47:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:47:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:47:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:54:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:54:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:54:30] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 18:54:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:54:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:54:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:54:31] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 18:54:31] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 18:54:32] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:33)"} []
[2020-04-03 18:54:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:54:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:54:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:54:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"85640d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/85640d","method":"GET"} []
[2020-04-03 18:54:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:54:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:54:45] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-03 18:54:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:54:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-03 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-03 18:54:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:54:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:54:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:54:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"07c55d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/07c55d","method":"GET"} []
[2020-04-03 18:54:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:54:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:54:48] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 18:54:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:54:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:54:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:54:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 18:54:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:54:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:54:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:54:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"57749d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/57749d","method":"GET"} []
[2020-04-03 18:59:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:59:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:59:14] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 18:59:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:59:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:59:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:59:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 18:59:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:59:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:59:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:59:16] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 18:59:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:59:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:59:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:59:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:59:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:59:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"164b71","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/164b71","method":"GET"} []
[2020-04-03 18:59:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 18:59:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 18:59:17] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "datosSustiticion" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"datosSustiticion\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:33)"} []
[2020-04-03 18:59:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:59:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:59:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:59:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"951a26","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/951a26","method":"GET"} []
[2020-04-03 18:59:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:59:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:59:33] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 18:59:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 18:59:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 18:59:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 18:59:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 18:59:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 18:59:34] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "empresa" for array with keys "0" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"empresa\" for array with keys \"0\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:33)"} []
[2020-04-03 18:59:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 18:59:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 18:59:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 18:59:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f52067","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f52067","method":"GET"} []
[2020-04-03 19:00:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:00:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:00:11] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:00:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:00:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:00:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:00:11] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:00:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 19:00:12] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "empresa" for array with keys "0" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"empresa\" for array with keys \"0\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:33)"} []
[2020-04-03 19:00:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:00:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:00:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:00:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8cefd7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8cefd7","method":"GET"} []
[2020-04-03 19:00:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:00:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:00:37] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:00:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:00:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:00:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:00:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:00:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ ORDER BY t0_.fecha_inicio ASC [] []
[2020-04-03 19:00:38] translation.WARNING: Translation not found. {"id":"---- Escoge un Trabajo","domain":"messages","locale":"es"} []
[2020-04-03 19:00:38] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "precio" nor one of the methods "precio()", "getprecio()"/"isprecio()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 49 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"precio\" nor one of the methods \"precio()\", \"getprecio()\"/\"isprecio()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:49)"} []
[2020-04-03 19:00:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:00:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:00:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:00:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d59285","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d59285","method":"GET"} []
[2020-04-03 19:06:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:06:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:06:12] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 19:06:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:06:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:06:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:06:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 19:06:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:06:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8530a0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8530a0","method":"GET"} []
[2020-04-03 19:06:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:06:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:06:15] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:06:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:06:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:06:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:06:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:06:16] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "save" nor one of the methods "save()", "getsave()"/"issave()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 84 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"save\" nor one of the methods \"save()\", \"getsave()\"/\"issave()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:84)"} []
[2020-04-03 19:06:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:06:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:06:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:06:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"40f125","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/40f125","method":"GET"} []
[2020-04-03 19:07:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:07:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:07:17] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:07:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:07:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:07:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:07:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:07:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:07:18] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "delete_form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 94 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"delete_form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:94)"} []
[2020-04-03 19:07:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:07:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:07:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:07:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8cc611","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8cc611","method":"GET"} []
[2020-04-03 19:08:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:08:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:08:05] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:08:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:08:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:08:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:08:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:08:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:08:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:08:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:08:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"26e680","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/26e680","method":"GET"} []
[2020-04-03 19:11:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:11:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:11:21] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:11:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:11:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:11:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:11:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:11:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:11:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:11:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:11:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:11:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1e6caf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1e6caf","method":"GET"} []
[2020-04-03 19:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:13:21] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-03 19:13:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:13:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:13:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:13:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-03 19:13:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:13:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:13:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:13:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"194598","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/194598","method":"GET"} []
[2020-04-03 19:13:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:13:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:13:24] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-03 19:13:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:13:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:13:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:13:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:13:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:13:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:13:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:13:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c0f031","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c0f031","method":"GET"} []
[2020-04-03 19:17:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:17:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:17:17] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:17:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:17:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:17:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:17:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:17:18] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 74 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:74)"} []
[2020-04-03 19:17:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:17:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:17:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:17:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"70640f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/70640f","method":"GET"} []
[2020-04-03 19:17:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:17:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:17:37] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:17:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:17:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:17:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:17:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:17:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:17:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:17:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:17:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:17:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf4d4e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cf4d4e","method":"GET"} []
[2020-04-03 19:23:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:23:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:23:11] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:23:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:23:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:23:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:23:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:23:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:23:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:23:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:23:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:23:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bae857","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bae857","method":"GET"} []
[2020-04-03 19:23:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:23:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:23:21] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:23:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:23:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:23:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:23:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:23:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:23:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:23:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:23:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:23:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"62d72e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/62d72e","method":"GET"} []
[2020-04-03 19:25:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:25:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:25:20] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:25:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:25:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:25:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:25:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:25:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:25:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:25:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:25:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:25:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"547eb5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/547eb5","method":"GET"} []
[2020-04-03 19:25:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:25:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:25:25] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:25:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:25:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:25:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:25:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:25:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:25:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:25:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:25:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:25:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e0f0a0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e0f0a0","method":"GET"} []
[2020-04-03 19:25:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:25:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:25:33] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:25:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:25:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:25:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:25:34] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:25:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:25:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:25:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:25:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:25:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d3c46c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d3c46c","method":"GET"} []
[2020-04-03 19:25:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:25:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:25:38] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:25:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:25:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:25:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:25:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:25:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:25:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:25:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:25:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:25:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7ece7f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7ece7f","method":"GET"} []
[2020-04-03 19:26:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:26:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:26:01] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:26:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:26:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:26:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:26:01] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:26:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:26:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:26:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:26:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:26:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4315c4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4315c4","method":"GET"} []
[2020-04-03 19:26:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:26:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:26:04] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:26:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:26:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:26:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:26:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:26:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:26:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:26:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:26:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:26:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"190a99","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/190a99","method":"GET"} []
[2020-04-03 19:26:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:26:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:26:09] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 19:26:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:26:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:26:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:26:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 19:26:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:26:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:26:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:26:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"585533","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/585533","method":"GET"} []
[2020-04-03 19:26:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:26:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:26:12] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:26:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:26:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:26:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:26:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:26:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:26:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:26:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:26:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:26:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"90259b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/90259b","method":"GET"} []
[2020-04-03 19:27:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:27:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:27:13] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:27:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:27:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:27:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:27:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:27:14] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Unexpected token "operator" of value "=" ("end of print statement" expected)." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 66 {"exception":"[object] (Twig_Error_Syntax(code: 0): Unexpected token \"operator\" of value \"=\" (\"end of print statement\" expected). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:66)"} []
[2020-04-03 19:27:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:27:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:27:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:27:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a2b408","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a2b408","method":"GET"} []
[2020-04-03 19:28:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:28:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:28:05] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:28:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:28:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:28:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:28:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:28:05] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Unexpected token "operator" of value "=" ("end of print statement" expected)." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 64 {"exception":"[object] (Twig_Error_Syntax(code: 0): Unexpected token \"operator\" of value \"=\" (\"end of print statement\" expected). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:64)"} []
[2020-04-03 19:28:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:28:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:28:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:28:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e25640","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e25640","method":"GET"} []
[2020-04-03 19:29:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:29:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:29:28] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:29:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:29:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:29:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:29:29] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:29:29] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Unexpected token "punctuation" of value "." ("end of statement block" expected)." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 64 {"exception":"[object] (Twig_Error_Syntax(code: 0): Unexpected token \"punctuation\" of value \".\" (\"end of statement block\" expected). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:64)"} []
[2020-04-03 19:29:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:29:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"03716c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/03716c","method":"GET"} []
[2020-04-03 19:32:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:32:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:32:30] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:32:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:32:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:32:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:32:31] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:32:31] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:32:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:32:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:32:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:32:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"846330","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/846330","method":"GET"} []
[2020-04-03 19:34:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:34:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:34:12] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:34:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:34:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:34:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:34:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:34:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:34:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:34:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:34:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:34:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ff8eab","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ff8eab","method":"GET"} []
[2020-04-03 19:34:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:34:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:34:30] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:34:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:34:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:34:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:34:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:34:31] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:34:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:34:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:34:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:34:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9a4fb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b9a4fb","method":"GET"} []
[2020-04-03 19:34:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:34:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:34:51] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:34:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:34:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:34:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:34:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:34:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:34:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:34:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:34:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"99e08f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/99e08f","method":"GET"} []
[2020-04-03 19:56:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:56:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:56:52] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:56:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:56:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:56:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:56:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:56:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:56:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:56:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:56:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:56:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"75c729","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/75c729","method":"GET"} []
[2020-04-03 19:56:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:56:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:56:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 19:56:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:56:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:56:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:56:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:56:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:56:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:56:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:56:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:56:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bd84f4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bd84f4","method":"GET"} []
[2020-04-03 19:57:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:57:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:57:04] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 19:57:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:57:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:57:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:57:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:57:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:57:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:57:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:57:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:57:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"48099b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/48099b","method":"GET"} []
[2020-04-03 19:57:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:57:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:57:18] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 19:57:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:57:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:57:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:57:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:57:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:57:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:57:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:57:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:57:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"69e886","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/69e886","method":"GET"} []
[2020-04-03 19:57:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:57:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:57:42] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 19:57:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:57:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:57:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:57:42] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:57:42] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:57:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:57:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:57:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:57:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8b930d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8b930d","method":"GET"} []
[2020-04-03 19:57:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:57:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:57:46] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 19:57:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:57:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:57:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:57:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:57:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:57:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:57:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:57:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:57:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1b1245","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1b1245","method":"GET"} []
[2020-04-03 19:58:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:58:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:58:00] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 19:58:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:58:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:58:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:58:00] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 19:58:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:58:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:58:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:58:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7b4f7f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7b4f7f","method":"GET"} []
[2020-04-03 19:58:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:58:06] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:58:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:58:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:58:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:58:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:58:06] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:58:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:58:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:58:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:58:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:58:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:58:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:58:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:58:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:58:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:58:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:58:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"928dfa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/928dfa","method":"GET"} []
[2020-04-03 19:59:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:59:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:59:13] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 19:59:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:59:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:59:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:59:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:59:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:59:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:59:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:59:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:59:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4b718e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4b718e","method":"GET"} []
[2020-04-03 19:59:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:59:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:59:27] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 19:59:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 19:59:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 19:59:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 19:59:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 19:59:28] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 19:59:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 19:59:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 19:59:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 19:59:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4af621","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4af621","method":"GET"} []
[2020-04-03 20:01:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:01:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:01:32] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 20:01:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:01:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:01:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:01:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:01:34] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 27 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:27)"} []
[2020-04-03 20:01:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:01:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b0b50c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b0b50c","method":"GET"} []
[2020-04-03 20:01:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:01:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:01:47] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 20:01:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:01:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:01:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:01:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:01:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:01:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:01:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f57bb0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f57bb0","method":"GET"} []
[2020-04-03 20:03:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:03:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:03:00] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 20:03:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:03:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:03:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:03:00] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:03:01] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 27 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:27)"} []
[2020-04-03 20:03:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:03:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:03:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:03:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a95f6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0a95f6","method":"GET"} []
[2020-04-03 20:03:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:03:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:03:29] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 20:03:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:03:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:03:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:03:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:03:30] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:03:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:03:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:03:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:03:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7fdbbc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7fdbbc","method":"GET"} []
[2020-04-03 20:03:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:03:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:03:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7b4f7f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7b4f7f","method":"GET"} []
[2020-04-03 20:03:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:03:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:03:38] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:03:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:03:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:03:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:03:38] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 27 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:27)"} []
[2020-04-03 20:03:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:03:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:03:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:03:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"12ef0b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/12ef0b","method":"GET"} []
[2020-04-03 20:06:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:06:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:06:32] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:06:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:06:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:06:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:06:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:06:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:06:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:06:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:06:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:06:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e8fa78","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e8fa78","method":"GET"} []
[2020-04-03 20:09:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:53] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:09:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:09:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:09:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:54] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
n 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:09:55] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:09:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:09:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:09:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:09:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:09:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:09:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:09:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:09:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:09:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:09:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:09:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:09:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:09:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:09:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:09:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:09:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:09:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:09:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:09:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:09:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:09:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:09:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:09:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:09:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:09:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:09:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:09:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:09:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:09:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:00] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:01] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:10:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:10:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"037c44","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/037c44","method":"GET"} []
[2020-04-03 20:10:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:10:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:10:13] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 20:10:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 20:10:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:10:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:10:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4a3ef7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4a3ef7","method":"GET"} []
[2020-04-03 20:10:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:10:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:10:16] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:10:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:10:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:10:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f83bb9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f83bb9","method":"GET"} []
[2020-04-03 20:10:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:10:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:10:33] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 20:10:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:10:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:10:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:10:34] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:10:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:10:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:10:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d56140","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d56140","method":"GET"} []
[2020-04-03 20:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:14:40] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 20:14:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:14:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:14:40] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 20:14:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:14:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7ce75d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7ce75d","method":"GET"} []
[2020-04-03 20:14:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:14:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:14:43] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:14:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:14:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:14:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:14:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:14:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:14:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:14:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e152e9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e152e9","method":"GET"} []
[2020-04-03 20:18:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:18:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:18:09] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 20:18:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:18:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:18:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:18:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 20:18:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:18:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:18:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:18:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"151968","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/151968","method":"GET"} []
[2020-04-03 20:18:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:18:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:18:12] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:18:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:18:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:18:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:18:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:18:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:18:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:18:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:18:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:18:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9f726e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9f726e","method":"GET"} []
[2020-04-03 20:19:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:19:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:19:58] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:19:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:19:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:19:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:19:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:19:58] php.CRITICAL: Type error: Argument 1 passed to AdminBundle\Entity\Sustitucion::setIdTrabajo() must be an instance of AdminBundle\Entity\Trabajo or null, string given, called in C:\xampp\htdocs\service\src\AdminBundle\Controller\SustitucionController.php on line 49 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Entity\\Sustitucion::setIdTrabajo() must be an instance of AdminBundle\\Entity\\Trabajo or null, string given, called in C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SustitucionController.php on line 49 at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Entity\\Sustitucion.php:96)"} []
[2020-04-03 20:19:59] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Type error: Argument 1 passed to AdminBundle\Entity\Sustitucion::setIdTrabajo() must be an instance of AdminBundle\Entity\Trabajo or null, string given, called in C:\xampp\htdocs\service\src\AdminBundle\Controller\SustitucionController.php on line 49" at C:\xampp\htdocs\service\src\AdminBundle\Entity\Sustitucion.php line 96 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Entity\\Sustitucion::setIdTrabajo() must be an instance of AdminBundle\\Entity\\Trabajo or null, string given, called in C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SustitucionController.php on line 49 at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Entity\\Sustitucion.php:96)"} []
[2020-04-03 20:19:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:19:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:19:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:19:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7f17d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d7f17d","method":"GET"} []
[2020-04-03 20:21:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:21:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:21:14] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:21:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:21:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:21:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:21:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:21:14] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: em" at C:\xampp\htdocs\service\src\AdminBundle\Controller\SustitucionController.php line 49 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined variable: em at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SustitucionController.php:49)"} []
[2020-04-03 20:21:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:21:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:21:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:21:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"20e9d2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/20e9d2","method":"GET"} []
[2020-04-03 20:21:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:21:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:21:37] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-03 20:21:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 20:21:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 20:21:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 20:21:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 20:21:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-03 20:21:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 20:21:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 20:21:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 20:21:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 20:21:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6f3cf1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6f3cf1","method":"GET"} []
[2020-04-03 22:10:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:10:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:10:14] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-03 22:10:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:10:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:10:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:10:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 22:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-03 22:10:15] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-03 22:10:15] doctrine.DEBUG: INSERT INTO sustitucion (razon, observacion, id_trabajo) VALUES (?, ?, ?) {"1":"NULL","2":"NULL","3":7} []
[2020-04-03 22:10:15] doctrine.DEBUG: "COMMIT" [] []
[2020-04-03 22:10:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:10:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:10:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:10:16] request.INFO: Matched route "sustitucion_show". {"route":"sustitucion_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::showAction","id":"3","_route":"sustitucion_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/show","method":"GET"} []
[2020-04-03 22:10:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:10:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:10:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:10:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 22:10:16] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "AdminBundle\Entity\Sustitucion"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/show.html.twig line 59 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Sustitucion\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/show.html.twig:59)"} []
[2020-04-03 22:10:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:10:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:10:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:10:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c0e0e2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c0e0e2","method":"GET"} []
[2020-04-03 22:19:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:19:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:19:35] request.INFO: Matched route "sustitucion_show". {"route":"sustitucion_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::showAction","id":"3","_route":"sustitucion_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/show","method":"GET"} []
[2020-04-03 22:19:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:19:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:19:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:19:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 22:19:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:19:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:19:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:19:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3072b0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3072b0","method":"GET"} []
[2020-04-03 22:19:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:19:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:19:51] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 22:19:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:19:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:19:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:19:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 22:19:52] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:33)"} []
[2020-04-03 22:19:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:19:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:19:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:19:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c0a84b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c0a84b","method":"GET"} []
[2020-04-03 22:20:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:20:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:20:15] request.INFO: Matched route "sustitucion_show". {"route":"sustitucion_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::showAction","id":"3","_route":"sustitucion_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/show","method":"GET"} []
[2020-04-03 22:20:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:20:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:20:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:20:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 22:20:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:20:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:20:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:20:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"316c0a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/316c0a","method":"GET"} []
[2020-04-03 22:20:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:20:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:20:23] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 22:20:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:20:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:20:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:20:24] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 22:20:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:20:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:20:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:20:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ec32c0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ec32c0","method":"GET"} []
[2020-04-03 22:20:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:20:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:20:51] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-03 22:20:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:20:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:20:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:20:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-03 22:20:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-03 22:20:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-03 22:20:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:20:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:20:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:20:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"22e5fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/22e5fa","method":"GET"} []
[2020-04-03 22:20:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:20:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:20:57] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"10","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10/edit","method":"GET"} []
[2020-04-03 22:20:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:20:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:20:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:20:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-03 22:20:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-03 22:20:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-03 22:20:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-03 22:20:58] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-03 22:20:58] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-03 22:20:58] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-03 22:20:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 22:20:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:20:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:20:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:20:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"71a28e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/71a28e","method":"GET"} []
[2020-04-03 22:21:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:15] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"10","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10/edit","method":"POST"} []
[2020-04-03 22:21:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:21:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:21:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-03 22:21:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-03 22:21:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-03 22:21:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["4"]] []
[2020-04-03 22:21:16] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["13"]] []
[2020-04-03 22:21:16] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-03 22:21:16] doctrine.DEBUG: UPDATE solicitud SET descripcion = ? WHERE id = ? ["La red de internet se perdiÃ³",10] []
[2020-04-03 22:21:16] doctrine.DEBUG: "COMMIT" [] []
[2020-04-03 22:21:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:21:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:17] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"10","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10/edit","method":"GET"} []
[2020-04-03 22:21:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-03 22:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-03 22:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-03 22:21:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-03 22:21:17] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-03 22:21:18] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-03 22:21:18] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-03 22:21:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 22:21:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:21:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"13cd82","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/13cd82","method":"GET"} []
[2020-04-03 22:21:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:21] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-03 22:21:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:21:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:21:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-03 22:21:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-03 22:21:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:21:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e245fb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e245fb","method":"GET"} []
[2020-04-03 22:21:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:28] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"11","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/11/edit","method":"GET"} []
[2020-04-03 22:21:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:21:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:21:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["11"] []
[2020-04-03 22:21:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [7] []
[2020-04-03 22:21:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-03 22:21:29] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-03 22:21:29] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-03 22:21:29] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-03 22:21:29] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 22:21:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:21:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c8f9b1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c8f9b1","method":"GET"} []
[2020-04-03 22:21:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:52] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"11","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/11/edit","method":"POST"} []
[2020-04-03 22:21:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["11"] []
[2020-04-03 22:21:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [7] []
[2020-04-03 22:21:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["%",["2"]] []
[2020-04-03 22:21:53] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["7"]] []
[2020-04-03 22:21:53] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-03 22:21:53] doctrine.DEBUG: UPDATE solicitud SET descripcion = ? WHERE id = ? ["No se puede conectar en re [...]",11] []
[2020-04-03 22:21:53] doctrine.DEBUG: "COMMIT" [] []
[2020-04-03 22:21:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:21:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:54] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"11","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/11/edit","method":"GET"} []
[2020-04-03 22:21:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:21:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:21:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["11"] []
[2020-04-03 22:21:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [7] []
[2020-04-03 22:21:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-03 22:21:54] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-03 22:21:54] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-03 22:21:54] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-03 22:21:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 22:21:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:21:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"236f3d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/236f3d","method":"GET"} []
[2020-04-03 22:21:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:58] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 22:21:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 22:21:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 22:21:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 22:21:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 22:21:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 22:21:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 22:21:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 22:21:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2d1330","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2d1330","method":"GET"} []
[2020-04-03 23:16:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:16:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:16:29] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:16:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:16:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:16:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:16:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:16:30] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:33)"} []
[2020-04-03 23:16:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:16:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:16:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:16:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d2255d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d2255d","method":"GET"} []
[2020-04-03 23:16:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:16:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:16:39] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:16:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:16:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:16:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:16:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:16:40] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idInventario" nor one of the methods "idInventario()", "getidInventario()"/"isidInventario()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 33 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idInventario\" nor one of the methods \"idInventario()\", \"getidInventario()\"/\"isidInventario()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:33)"} []
[2020-04-03 23:16:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:16:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:16:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:16:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a040bc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a040bc","method":"GET"} []
[2020-04-03 23:26:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:26:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:26:12] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:26:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:26:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:26:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:26:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:26:13] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 17 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:17)"} []
[2020-04-03 23:26:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:26:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:26:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:26:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8a68d0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8a68d0","method":"GET"} []
[2020-04-03 23:30:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:30:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:30:14] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:30:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:30:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:30:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:30:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:30:15] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "datosSustitucion" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"datosSustitucion\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:23)"} []
[2020-04-03 23:30:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:30:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:30:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:30:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a0760c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a0760c","method":"GET"} []
[2020-04-03 23:32:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:32:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:32:24] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:32:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:32:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:32:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:32:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:32:25] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: idTrabajo" at C:\xampp\htdocs\service\src\AdminBundle\Controller\SustitucionController.php line 123 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined variable: idTrabajo at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SustitucionController.php:123)"} []
[2020-04-03 23:32:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:32:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:32:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:32:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8e374e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8e374e","method":"GET"} []
[2020-04-03 23:33:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:33:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:33:47] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:33:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:33:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:33:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:33:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:33:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? [7] []
[2020-04-03 23:33:47] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 687: Error: Expected end of string, got 'Ã'" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 52  []
[2020-04-03 23:33:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:33:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:33:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:33:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e56fe3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e56fe3","method":"GET"} []
[2020-04-03 23:36:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:36:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:36:06] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:36:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:36:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:36:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:36:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:36:07] php.CRITICAL: Call to undefined method Proxies\__CG__\AdminBundle\Entity\Trabajo::getIdTrabajo() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method Proxies\\__CG__\\AdminBundle\\Entity\\Trabajo::getIdTrabajo() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:85)"} []
[2020-04-03 23:36:07] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "getIdTrabajo" of class "Proxies\__CG__\AdminBundle\Entity\Trabajo". Did you mean to call "getIdTipoTrabajo"?" at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 85 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"getIdTrabajo\" of class \"Proxies\\__CG__\\AdminBundle\\Entity\\Trabajo\".\nDid you mean to call \"getIdTipoTrabajo\"? at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:85)"} []
[2020-04-03 23:36:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:36:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:36:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:36:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0b6333","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0b6333","method":"GET"} []
[2020-04-03 23:42:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:42:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:42:26] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:42:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:42:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:42:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:42:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:42:27] php.CRITICAL: Call to undefined method Proxies\__CG__\AdminBundle\Entity\Trabajo::getIdTrabajo() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method Proxies\\__CG__\\AdminBundle\\Entity\\Trabajo::getIdTrabajo() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:85)"} []
[2020-04-03 23:42:27] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "getIdTrabajo" of class "Proxies\__CG__\AdminBundle\Entity\Trabajo". Did you mean to call "getIdTipoTrabajo"?" at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 85 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"getIdTrabajo\" of class \"Proxies\\__CG__\\AdminBundle\\Entity\\Trabajo\".\nDid you mean to call \"getIdTipoTrabajo\"? at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:85)"} []
[2020-04-03 23:42:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:42:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:42:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:42:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"318907","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/318907","method":"GET"} []
[2020-04-03 23:42:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:42:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:42:29] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:42:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:42:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:42:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:42:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:42:30] php.CRITICAL: Call to undefined method Proxies\__CG__\AdminBundle\Entity\Trabajo::getIdTrabajo() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method Proxies\\__CG__\\AdminBundle\\Entity\\Trabajo::getIdTrabajo() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:85)"} []
[2020-04-03 23:42:30] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "getIdTrabajo" of class "Proxies\__CG__\AdminBundle\Entity\Trabajo". Did you mean to call "getIdTipoTrabajo"?" at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 85 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"getIdTrabajo\" of class \"Proxies\\__CG__\\AdminBundle\\Entity\\Trabajo\".\nDid you mean to call \"getIdTipoTrabajo\"? at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:85)"} []
[2020-04-03 23:42:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:42:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:42:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:42:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7da246","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7da246","method":"GET"} []
[2020-04-03 23:43:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:43:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:43:02] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:43:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:43:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:43:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:43:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:44:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:44:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:44:49] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:44:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:44:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:44:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:44:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:45:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:45:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:45:04] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:45:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:45:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:45:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:45:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:45:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 23:46:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:46:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:46:56] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:46:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:46:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:46:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:46:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 23:46:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 23:46:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:46:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:46:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:46:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c25e6b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c25e6b","method":"GET"} []
[2020-04-03 23:47:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:47:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:47:21] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"POST"} []
[2020-04-03 23:47:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:47:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:47:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:47:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:47:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 23:47:22] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-03 23:47:22] doctrine.DEBUG: UPDATE sustitucion SET razon = ?, observacion = ? WHERE id = ? ["Le faltaba una tuerca principal","Ninguna",3] []
[2020-04-03 23:47:22] doctrine.DEBUG: "COMMIT" [] []
[2020-04-03 23:47:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:47:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:47:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:47:23] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:47:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:47:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:47:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:47:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:47:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 23:47:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 23:47:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:47:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:47:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:47:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c057d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6c057d","method":"GET"} []
[2020-04-03 23:47:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:47:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:47:29] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 23:47:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:47:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:47:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:47:29] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 23:47:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:47:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:47:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:47:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb75ba","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bb75ba","method":"GET"} []
[2020-04-03 23:47:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:47:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:47:40] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:47:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:47:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:47:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 23:47:41] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 23:47:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:47:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:47:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:47:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5c19c7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5c19c7","method":"GET"} []
[2020-04-03 23:56:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:56:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:56:51] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-03 23:56:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:56:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:56:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:56:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-03 23:56:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-03 23:56:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 23:56:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:56:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:56:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:56:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a39f83","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a39f83","method":"GET"} []
[2020-04-03 23:57:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:57:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:57:11] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-03 23:57:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-03 23:57:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:57:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:57:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:57:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e1957f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e1957f","method":"GET"} []
[2020-04-03 23:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:57:23] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"8","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/edit","method":"GET"} []
[2020-04-03 23:57:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:57:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:57:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-03 23:57:24] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-03 23:57:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-03 23:57:24] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-03 23:57:24] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-03 23:57:24] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-03 23:57:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 23:57:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:57:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:57:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:57:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6456e0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6456e0","method":"GET"} []
[2020-04-03 23:57:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:57:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:57:50] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"8","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/edit","method":"POST"} []
[2020-04-03 23:57:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:57:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:57:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-03 23:57:51] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.id IN (?) [["2"]] []
[2020-04-03 23:57:51] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["3"]] []
[2020-04-03 23:57:51] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-03 23:57:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-03 23:57:51] doctrine.DEBUG: UPDATE trabajo SET descripcion = ?, fecha_inicio = ?, id_tecnico = ?, id_estado_trabajo = ?, id_tipo_trabajo = ? WHERE id = ? ["Favor ensamblar todo","2020-04-03 23:57:51",3,2,2,8] []
[2020-04-03 23:57:51] doctrine.DEBUG: "COMMIT" [] []
[2020-04-03 23:57:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:57:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:57:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:57:52] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-03 23:57:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-03 23:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:57:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:57:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:57:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7412ac","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7412ac","method":"GET"} []
[2020-04-03 23:57:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:57:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:57:59] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 23:57:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:57:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:57:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:57:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 23:57:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:58:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eb41bd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/eb41bd","method":"GET"} []
[2020-04-03 23:58:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:08] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-03 23:58:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:58:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-03 23:58:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-03 23:58:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:09] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-03 23:58:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-03 23:58:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dfd566","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dfd566","method":"GET"} []
[2020-04-03 23:58:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:20] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-03 23:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["tecnico"] []
[2020-04-03 23:58:21] security.INFO: User has been authenticated successfully. {"username":"tecnico"} []
[2020-04-03 23:58:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:58:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:22] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-03 23:58:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-03 23:58:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-03 23:58:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:58:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c80dfd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c80dfd","method":"GET"} []
[2020-04-03 23:58:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:26] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-03 23:58:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:58:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-03 23:58:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-03 23:58:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-03 23:58:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:58:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"25e802","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/25e802","method":"GET"} []
[2020-04-03 23:58:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:36] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-03 23:58:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-03 23:58:36] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-03 23:58:36] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-03 23:58:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:37] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-03 23:58:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-03 23:58:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"43db4b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/43db4b","method":"GET"} []
[2020-04-03 23:58:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:43] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-03 23:58:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-03 23:58:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-03 23:58:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-03 23:58:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-03 23:58:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-03 23:58:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-03 23:58:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-03 23:58:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-03 23:58:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-03 23:58:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e3bfa4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e3bfa4","method":"GET"} []
[2020-04-04 00:02:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:02:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:02:01] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 00:02:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 00:02:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 00:02:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 00:02:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 00:02:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 00:02:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 00:02:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 00:02:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:02:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:02:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fac2aa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fac2aa","method":"GET"} []
[2020-04-04 00:05:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:05:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:05:35] request.INFO: Matched route "inventario_new". {"route":"inventario_new","route_parameters":{"_controller":"AdminBundle\\Controller\\InventarioController::newAction","_route":"inventario_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/new","method":"GET"} []
[2020-04-04 00:05:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 00:05:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 00:05:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 00:05:36] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-04 00:05:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Security\Http\Firewall\ExceptionListener.php line 118 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener.php:118, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-04 00:05:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 00:05:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:05:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:05:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7a9355","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7a9355","method":"GET"} []
[2020-04-04 00:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:06:14] request.INFO: Matched route "inventario_new". {"route":"inventario_new","route_parameters":{"_controller":"AdminBundle\\Controller\\InventarioController::newAction","_route":"inventario_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/new","method":"GET"} []
[2020-04-04 00:06:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 00:06:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 00:06:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 00:06:15] php.CRITICAL: Class 'AdminBundle\Entity\Inventario' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'AdminBundle\\Entity\\Inventario' not found at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\InventarioController.php:45)"} []
[2020-04-04 00:06:21] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Inventario" from namespace "AdminBundle\Entity". Did you forget a "use" statement for another namespace?" at C:\xampp\htdocs\service\src\AdminBundle\Controller\InventarioController.php line 45 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"Inventario\" from namespace \"AdminBundle\\Entity\".\nDid you forget a \"use\" statement for another namespace? at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\InventarioController.php:45)"} []
[2020-04-04 00:06:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 00:06:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:06:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:06:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"05de0f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/05de0f","method":"GET"} []
[2020-04-04 00:18:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:18:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:18:57] request.INFO: Matched route "inventario_new". {"route":"inventario_new","route_parameters":{"_controller":"AdminBundle\\Controller\\InventarioController::newAction","_route":"inventario_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/new","method":"GET"} []
[2020-04-04 00:18:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 00:18:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 00:18:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 00:18:57] php.CRITICAL: Class 'AdminBundle\Entity\Inventario' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'AdminBundle\\Entity\\Inventario' not found at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\InventarioController.php:46)"} []
[2020-04-04 00:19:02] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Inventario" from namespace "AdminBundle\Entity". Did you forget a "use" statement for another namespace?" at C:\xampp\htdocs\service\src\AdminBundle\Controller\InventarioController.php line 46 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"Inventario\" from namespace \"AdminBundle\\Entity\".\nDid you forget a \"use\" statement for another namespace? at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\InventarioController.php:46)"} []
[2020-04-04 00:19:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 00:19:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:19:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:19:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f5b347","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f5b347","method":"GET"} []
[2020-04-04 00:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:58:15] request.INFO: Matched route "inventario_new". {"route":"inventario_new","route_parameters":{"_controller":"AdminBundle\\Controller\\InventarioController::newAction","_route":"inventario_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/new","method":"GET"} []
[2020-04-04 00:58:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 00:58:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 00:58:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 00:58:16] php.CRITICAL: Class 'AdminBundle\Entity\Inventario' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'AdminBundle\\Entity\\Inventario' not found at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\InventarioController.php:45)"} []
[2020-04-04 00:58:21] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Inventario" from namespace "AdminBundle\Entity". Did you forget a "use" statement for another namespace?" at C:\xampp\htdocs\service\src\AdminBundle\Controller\InventarioController.php line 45 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"Inventario\" from namespace \"AdminBundle\\Entity\".\nDid you forget a \"use\" statement for another namespace? at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\InventarioController.php:45)"} []
[2020-04-04 00:58:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 00:58:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 00:58:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 00:58:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e99968","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e99968","method":"GET"} []
[2020-04-04 01:01:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:01:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:01:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/new"" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/new\" at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:918)"} []
[2020-04-04 01:01:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:01:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:01:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"33c58e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/33c58e","method":"GET"} []
[2020-04-04 01:03:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:03:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:03:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/new"" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/new\" at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:918)"} []
[2020-04-04 01:03:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:03:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:03:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"627dcf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/627dcf","method":"GET"} []
[2020-04-04 01:05:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:05:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:05:04] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-04 01:05:04] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-04 01:05:04] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 01:05:05] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Material:new" maps to a "AdminBundle\Controller\MaterialController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Material:new\" maps to a \"AdminBundle\\Controller\\MaterialController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-04 01:05:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:05:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:05:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1043fd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1043fd","method":"GET"} []
[2020-04-04 01:08:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:08:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:08:59] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 01:09:00] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Material:new" maps to a "AdminBundle\Controller\MaterialController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Material:new\" maps to a \"AdminBundle\\Controller\\MaterialController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-04 01:09:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:09:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:09:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"73fbfb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/73fbfb","method":"GET"} []
[2020-04-04 01:14:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:14:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:14:58] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 01:14:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 01:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 01:14:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 01:14:59] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "Unable to find template "AdminBundle:material:new.html.twig" (looked into: C:\xampp\htdocs\service\app/Resources/views, C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bridge\Twig/Resources/views/Form)." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bridge\Twig\TwigEngine.php line 127 {"exception":"[object] (InvalidArgumentException(code: 0): Unable to find template \"AdminBundle:material:new.html.twig\" (looked into: C:\\xampp\\htdocs\\service\\app/Resources/views, C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form). at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig\\TwigEngine.php:127, Twig_Error_Loader(code: 0): Unable to find template \"AdminBundle:material:new.html.twig\" (looked into: C:\\xampp\\htdocs\\service\\app/Resources/views, C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form). at C:\\xampp\\htdocs\\service\\vendor\\twig\\twig\\lib\\Twig\\Loader\\Filesystem.php:232)"} []
[2020-04-04 01:15:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 01:15:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:15:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:15:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"070127","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/070127","method":"GET"} []
[2020-04-04 01:15:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:15:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:15:51] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 01:15:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 01:15:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 01:15:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 01:15:53] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idMarca" nor one of the methods "idMarca()", "getidMarca()"/"isidMarca()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/new.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idMarca\" nor one of the methods \"idMarca()\", \"getidMarca()\"/\"isidMarca()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/new.html.twig:23)"} []
[2020-04-04 01:15:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 01:15:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 01:15:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 01:15:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ad2574","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ad2574","method":"GET"} []
[2020-04-04 05:07:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 05:07:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 05:07:07] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 05:07:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 05:07:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 05:07:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 05:07:08] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idMarca" nor one of the methods "idMarca()", "getidMarca()"/"isidMarca()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/new.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idMarca\" nor one of the methods \"idMarca()\", \"getidMarca()\"/\"isidMarca()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/new.html.twig:23)"} []
[2020-04-04 05:07:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 05:07:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 05:07:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 05:07:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fdae2b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fdae2b","method":"GET"} []
[2020-04-04 16:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:01:11] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 16:01:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:01:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:01:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:01:12] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idMarca" nor one of the methods "idMarca()", "getidMarca()"/"isidMarca()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/new.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idMarca\" nor one of the methods \"idMarca()\", \"getidMarca()\"/\"isidMarca()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/new.html.twig:23)"} []
[2020-04-04 16:01:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:01:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:01:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:01:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f8c293","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f8c293","method":"GET"} []
[2020-04-04 16:10:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:10:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:10:09] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 16:10:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:10:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:10:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:10:10] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idMarca" nor one of the methods "idMarca()", "getidMarca()"/"isidMarca()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/new.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idMarca\" nor one of the methods \"idMarca()\", \"getidMarca()\"/\"isidMarca()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/new.html.twig:23)"} []
[2020-04-04 16:10:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:10:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:10:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:10:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"97c9db","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/97c9db","method":"GET"} []
[2020-04-04 16:11:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:11:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:11:45] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 16:11:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:11:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:11:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:11:46] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idMarca" nor one of the methods "idMarca()", "getidMarca()"/"isidMarca()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/new.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idMarca\" nor one of the methods \"idMarca()\", \"getidMarca()\"/\"isidMarca()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/new.html.twig:23)"} []
[2020-04-04 16:11:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:11:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:11:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:11:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"58dc42","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/58dc42","method":"GET"} []
[2020-04-04 16:28:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:28:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:28:47] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 16:28:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:28:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:28:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:28:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 16:28:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:28:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"36fe92","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/36fe92","method":"GET"} []
[2020-04-04 16:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:28:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 16:45:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:06] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 16:45:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:45:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:45:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:45:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 16:45:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:45:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0af61c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0af61c","method":"GET"} []
[2020-04-04 16:45:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 16:45:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:25] request.INFO: Matched route "inventario_new". {"route":"inventario_new","route_parameters":{"_controller":"AdminBundle\\Controller\\InventarioController::newAction","_route":"inventario_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/new","method":"GET"} []
[2020-04-04 16:45:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e99968","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e99968","method":"GET"} []
[2020-04-04 16:45:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:45:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:45:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:45:26] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "Class "AdminBundle\Controller\InventarioController" does not exist." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ControllerResolver.php line 180 {"exception":"[object] (InvalidArgumentException(code: 0): Class \"AdminBundle\\Controller\\InventarioController\" does not exist. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver.php:180)"} []
[2020-04-04 16:45:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:45:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:27] request.INFO: Matched route "inventario_new". {"route":"inventario_new","route_parameters":{"_controller":"AdminBundle\\Controller\\InventarioController::newAction","_route":"inventario_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/new","method":"GET"} []
[2020-04-04 16:45:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:45:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:45:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:45:28] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "Class "AdminBundle\Controller\InventarioController" does not exist." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ControllerResolver.php line 180 {"exception":"[object] (InvalidArgumentException(code: 0): Class \"AdminBundle\\Controller\\InventarioController\" does not exist. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver.php:180)"} []
[2020-04-04 16:45:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:45:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1f5259","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1f5259","method":"GET"} []
[2020-04-04 16:45:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:35] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 16:45:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:45:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:45:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:45:36] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 16:45:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d5ed9e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d5ed9e","method":"GET"} []
[2020-04-04 16:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:45:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 16:53:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:53:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:53:11] request.INFO: Matched route "Material_new". {"route":"Material_new","route_parameters":{"_controller":"AdminBundle:Material:new","_route":"Material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-04 16:53:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-04 16:53:12] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access an attribute ("foto") on a null variable." at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access an attribute (\"foto\") on a null variable. at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:157)"} []
[2020-04-04 16:53:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:53:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:53:30] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 16:53:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 16:53:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 16:53:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 16:53:31] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 16:53:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 16:53:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 16:53:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 16:53:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 16:53:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 16:53:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0923bf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0923bf","method":"GET"} []
[2020-04-04 17:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:00:52] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:00:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:00:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:00:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:00:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:00:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:00:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:00:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:00:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:00:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:00:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:00:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8cddcb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8cddcb","method":"GET"} []
[2020-04-04 17:00:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:00:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:00:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:01:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:01:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:01:45] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:01:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:01:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:01:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:01:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:01:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:01:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:01:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:01:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:01:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:01:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:01:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b8f28","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6b8f28","method":"GET"} []
[2020-04-04 17:01:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:01:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:01:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:03:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:03:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:03:11] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:03:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:03:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:03:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:03:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:03:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:03:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:03:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:03:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:03:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:03:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:03:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f2d0b9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f2d0b9","method":"GET"} []
[2020-04-04 17:03:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:03:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:03:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:03:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:03:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:03:20] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:03:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:03:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:03:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:03:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:03:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:03:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:03:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:03:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:03:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:03:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:03:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:03:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:03:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"903f5c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/903f5c","method":"GET"} []
[2020-04-04 17:03:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:04:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:04:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:04:47] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:04:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:04:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:04:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:04:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:04:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:04:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:04:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:04:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:04:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:04:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:04:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"49ef40","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/49ef40","method":"GET"} []
[2020-04-04 17:04:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:04:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:04:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:08:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:08:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:08:08] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:08:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:08:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:08:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:08:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:08:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:08:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:08:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:08:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:08:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:08:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:08:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6cc8b1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6cc8b1","method":"GET"} []
[2020-04-04 17:08:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:08:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:08:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:08:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:08:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:08:31] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:08:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:08:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:08:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:08:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:08:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:08:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:08:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:08:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:08:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:08:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:08:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:08:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:08:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4c5d13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4c5d13","method":"GET"} []
[2020-04-04 17:08:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:09:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:09:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:09:44] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:09:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:09:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:09:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:09:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:09:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:09:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:09:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:09:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:09:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:09:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:09:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"14c84e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/14c84e","method":"GET"} []
[2020-04-04 17:09:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:09:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:09:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:10:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:10:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:10:58] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:10:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:10:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:10:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:10:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:10:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:10:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:10:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:10:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:11:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:11:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:11:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f26b75","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f26b75","method":"GET"} []
[2020-04-04 17:11:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:11:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:11:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:11:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:11:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:11:12] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:11:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:11:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:11:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:11:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:11:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:11:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:11:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:11:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:11:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:11:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:11:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c44ba","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6c44ba","method":"GET"} []
[2020-04-04 17:11:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:11:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:11:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:13:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:13:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:13:43] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:13:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:13:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:13:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:13:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:13:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:13:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:13:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:13:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:13:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:13:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:13:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:13:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:13:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c24020","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c24020","method":"GET"} []
[2020-04-04 17:13:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:15:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:15:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:15:19] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:15:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:15:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:15:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:15:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:15:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:15:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:15:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:15:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:15:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:15:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:15:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8cdc8a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8cdc8a","method":"GET"} []
[2020-04-04 17:15:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:15:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:15:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:16:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:03] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:16:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:16:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:16:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:16:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:16:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:16:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:16:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:16:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:16:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6977bf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6977bf","method":"GET"} []
[2020-04-04 17:16:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:16:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:09] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:16:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:16:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:16:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:16:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:16:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:16:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:16:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:16:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:16:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7c8b4f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7c8b4f","method":"GET"} []
[2020-04-04 17:16:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 17:16:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:50] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 17:16:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 17:16:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 17:16:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 17:16:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 17:16:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 17:16:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:16:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 17:16:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 17:16:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 17:16:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 17:16:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"23d2b9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/23d2b9","method":"GET"} []
[2020-04-04 17:16:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 18:54:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:54:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:54:36] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 18:54:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 18:54:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 18:54:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 18:54:36] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 18:54:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 18:54:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 18:54:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 18:54:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 18:54:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:54:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:54:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:54:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:54:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b2230d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b2230d","method":"GET"} []
[2020-04-04 18:54:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 18:54:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:54:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:54:43] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 18:54:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 18:54:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 18:54:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 18:54:45] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 18:54:45] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 18:54:45] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 18:54:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 18:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 18:54:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 18:54:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 18:54:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 18:54:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:54:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:54:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:54:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:54:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"577932","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/577932","method":"GET"} []
[2020-04-04 18:54:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 18:57:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:57:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:57:20] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 18:57:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 18:57:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 18:57:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 18:57:21] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 18:57:21] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 18:57:21] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 18:57:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 18:57:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 18:57:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 18:57:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 18:57:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 18:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:57:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"769ad7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/769ad7","method":"GET"} []
[2020-04-04 18:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 18:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 18:57:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:12:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:12:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:12:37] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:12:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:12:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:12:38] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 19:12:38] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 19:12:38] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 19:12:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:12:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:12:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:12:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:12:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:12:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:12:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:12:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:12:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3b5d0c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3b5d0c","method":"GET"} []
[2020-04-04 19:12:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:12:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:12:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:14:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:14:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:14:33] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:14:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:14:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:14:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:14:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:14:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:14:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:14:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:14:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:14:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:14:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:14:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:14:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:14:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:14:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"692d2d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/692d2d","method":"GET"} []
[2020-04-04 19:14:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:48:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:48:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:48:37] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:48:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:48:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:48:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:48:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:48:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:48:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:48:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:48:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:48:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:48:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:48:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:48:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f5f600","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f5f600","method":"GET"} []
[2020-04-04 19:48:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:48:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:48:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:49:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:49:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:49:10] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:49:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:49:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:49:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:49:10] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 19:49:10] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 19:49:11] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:49:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:49:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:49:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:49:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:49:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:49:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:49:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:49:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:49:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:49:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9b576f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9b576f","method":"GET"} []
[2020-04-04 19:49:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:50:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:50:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:50:05] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:50:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:50:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:50:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:50:06] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 19:50:06] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 19:50:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:50:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:50:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:50:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:50:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:50:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:50:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:50:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:50:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"54cb90","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/54cb90","method":"GET"} []
[2020-04-04 19:50:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:50:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:50:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:50:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:50:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:50:33] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:50:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:50:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:50:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:50:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:50:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:50:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:50:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:50:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:50:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:50:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:50:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:50:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:50:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:50:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"945d03","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/945d03","method":"GET"} []
[2020-04-04 19:50:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:51:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:51:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:51:46] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:51:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:51:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:51:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:51:47] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-04 19:51:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:51:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:51:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:51:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:51:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:51:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:51:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:51:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:51:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:51:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:51:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1ee10d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1ee10d","method":"GET"} []
[2020-04-04 19:51:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:52:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:52:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:52:02] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:52:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:52:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:52:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:52:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:52:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:52:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:52:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:52:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:52:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:52:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:52:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:52:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf7981","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cf7981","method":"GET"} []
[2020-04-04 19:52:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:52:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:52:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:56:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:56:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:56:03] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:56:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:56:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:56:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:56:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:56:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:56:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:56:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:56:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:56:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:56:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:56:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:56:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"86cf21","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/86cf21","method":"GET"} []
[2020-04-04 19:56:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:56:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:56:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:56:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:56:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:56:24] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:56:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:56:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 19:56:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 19:56:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:56:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:56:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:56:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:56:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:56:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:56:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:56:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:56:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:56:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:56:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"770d32","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/770d32","method":"GET"} []
[2020-04-04 19:56:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:57:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:57:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:57:43] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=18736","method":"GET"} []
[2020-04-04 19:57:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-04 19:57:43] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-04 19:57:43] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-04 19:57:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:57:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:57:44] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-04 19:57:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-04 19:57:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:57:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:57:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cdcf82","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cdcf82","method":"GET"} []
[2020-04-04 19:57:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:57:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:57:57] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-04 19:57:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-04 19:57:58] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-04 19:57:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:57:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:57:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:57:59] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=18736","method":"GET"} []
[2020-04-04 19:57:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:57:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 19:57:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 19:57:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:58:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f99716","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f99716","method":"GET"} []
[2020-04-04 19:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:15] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 19:58:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:58:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 19:58:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 19:58:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 19:58:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"647cb7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/647cb7","method":"GET"} []
[2020-04-04 19:58:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:24] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 19:58:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:58:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 19:58:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 19:58:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:58:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:58:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:58:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:58:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:58:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:58:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7d2fde","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7d2fde","method":"GET"} []
[2020-04-04 19:58:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:58:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:41] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 19:58:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:58:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 19:58:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 19:58:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:58:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:58:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:58:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:58:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:58:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:58:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6556b1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6556b1","method":"GET"} []
[2020-04-04 19:58:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:58:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:58:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 19:59:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:59:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:59:14] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=14577","method":"GET"} []
[2020-04-04 19:59:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:59:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 19:59:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 19:59:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:59:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:59:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:59:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"93924e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/93924e","method":"GET"} []
[2020-04-04 19:59:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:59:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:59:20] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 19:59:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:59:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 19:59:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 19:59:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 19:59:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 19:59:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:59:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:59:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"606c57","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/606c57","method":"GET"} []
[2020-04-04 19:59:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 19:59:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 19:59:24] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 19:59:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 19:59:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 19:59:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 19:59:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 19:59:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 19:59:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 19:59:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:59:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 19:59:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:00:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:00:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:00:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"842eee","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/842eee","method":"GET"} []
[2020-04-04 20:00:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:00:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:00:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:00:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:00:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:00:15] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:00:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:00:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:00:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:00:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:00:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:00:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:02:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:02:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:02:03] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=14223","method":"GET"} []
[2020-04-04 20:02:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:02:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:02:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:02:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:02:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:02:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8a063","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b8a063","method":"GET"} []
[2020-04-04 20:02:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:02:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:02:08] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 20:02:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:02:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:02:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:02:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 20:02:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:02:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:02:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:02:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"571426","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/571426","method":"GET"} []
[2020-04-04 20:02:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:02:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:02:13] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 20:02:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:02:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:02:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:02:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:02:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:02:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:02:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:02:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:02:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:02:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:02:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:02:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a2562c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a2562c","method":"GET"} []
[2020-04-04 20:02:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:02:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:02:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:02:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:02:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:02:36] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:02:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:02:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:02:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:02:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:02:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:02:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:03:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:03:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:03:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:03:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:03:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:03:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"307f84","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/307f84","method":"GET"} []
[2020-04-04 20:03:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:03:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:03:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:03:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:03:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:03:29] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:03:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:03:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:03:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:03:31] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:03:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:03:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:04:12] php.INFO: User Deprecated: Call Form::isValid() with an unsubmitted form is deprecated since Symfony 3.2 and will throw an exception in 4.0. Use Form::isSubmitted() before Form::isValid() instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Call Form::isValid() with an unsubmitted form is deprecated since Symfony 3.2 and will throw an exception in 4.0. Use Form::isSubmitted() before Form::isValid() instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:737)"} []
[2020-04-04 20:04:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:04:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:04:44] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:04:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:04:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:04:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:04:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:04:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:04:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:04:45] php.INFO: User Deprecated: Call Form::isValid() with an unsubmitted form is deprecated since Symfony 3.2 and will throw an exception in 4.0. Use Form::isSubmitted() before Form::isValid() instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Call Form::isValid() with an unsubmitted form is deprecated since Symfony 3.2 and will throw an exception in 4.0. Use Form::isSubmitted() before Form::isValid() instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:737)"} []
[2020-04-04 20:04:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:04:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:04:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:04:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:04:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:04:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"418430","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/418430","method":"GET"} []
[2020-04-04 20:04:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:04:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:04:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:05:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:05:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:05:12] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:05:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:05:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:05:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:05:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:05:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:05:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:05:14] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-04 20:05:14] doctrine.DEBUG: INSERT INTO sustitucion (razon, observacion, id_trabajo) VALUES (?, ?, ?) {"1":"","2":"","3":8} []
[2020-04-04 20:05:14] doctrine.DEBUG: "COMMIT" [] []
[2020-04-04 20:05:14] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-04 20:05:14] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Se cambia por puro coraje<br>","2":"12","3":"otra vez nada.","4":null} []
[2020-04-04 20:05:14] doctrine.DEBUG: "COMMIT" [] []
[2020-04-04 20:05:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:05:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:05:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:05:14] request.INFO: Matched route "sustitucion_show". {"route":"sustitucion_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::showAction","id":"4","_route":"sustitucion_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/4/show","method":"GET"} []
[2020-04-04 20:05:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:05:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:05:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:05:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["4"] []
[2020-04-04 20:05:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:05:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:05:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:05:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"72cdfc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/72cdfc","method":"GET"} []
[2020-04-04 20:08:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:08:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:08:05] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 20:08:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:08:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:08:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 20:08:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:08:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:08:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:08:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a4c86f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a4c86f","method":"GET"} []
[2020-04-04 20:08:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:08:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:08:15] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"4","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/4/edit","method":"GET"} []
[2020-04-04 20:08:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:08:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["4"] []
[2020-04-04 20:08:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:08:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:08:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:08:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:08:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:08:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"378d7c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/378d7c","method":"GET"} []
[2020-04-04 20:27:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:27:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:27:51] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 20:27:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:27:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:27:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:27:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 20:27:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:27:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:27:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:27:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"313283","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/313283","method":"GET"} []
[2020-04-04 20:28:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:28:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:28:02] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 20:28:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:28:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:28:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:28:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:28:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:28:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:28:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:28:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:28:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:28:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:28:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:28:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ef8c4a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ef8c4a","method":"GET"} []
[2020-04-04 20:28:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:28:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:28:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:30:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:30:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:30:03] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=16453","method":"GET"} []
[2020-04-04 20:30:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:30:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:30:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:30:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:30:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:30:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:30:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cc3a1c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cc3a1c","method":"GET"} []
[2020-04-04 20:30:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:30:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:30:08] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 20:30:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:30:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:30:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:30:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 20:30:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:30:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:30:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:30:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c911d0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c911d0","method":"GET"} []
[2020-04-04 20:30:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:30:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:30:17] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 20:30:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:30:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:30:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:30:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:30:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:30:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:30:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:30:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:30:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:30:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:30:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:30:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"853dfc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/853dfc","method":"GET"} []
[2020-04-04 20:30:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:30:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:30:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:30:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:30:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:30:54] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:30:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:30:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:30:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:30:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:30:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:30:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:32:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:20] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 20:32:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:32:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:32:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:32:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 20:32:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:32:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"40c431","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/40c431","method":"GET"} []
[2020-04-04 20:32:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:27] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 20:32:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:32:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:32:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:32:28] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:32:28] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:32:28] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:32:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:32:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da1f32","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/da1f32","method":"GET"} []
[2020-04-04 20:32:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:32:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:36] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:32:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:32:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:32:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:32:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:32:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:32:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:32:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:32:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:32:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"01bdac","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/01bdac","method":"GET"} []
[2020-04-04 20:32:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:32:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:50] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=19369","method":"GET"} []
[2020-04-04 20:32:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:32:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:32:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:32:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:32:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"133051","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/133051","method":"GET"} []
[2020-04-04 20:32:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:57] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 20:32:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:32:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:32:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:32:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 20:32:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:32:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:32:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:32:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7ff67","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c7ff67","method":"GET"} []
[2020-04-04 20:33:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:33:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:33:00] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 20:33:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:33:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:33:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:33:01] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:33:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:33:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:33:09] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:33:09] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:33:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:33:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:33:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:33:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a09327","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a09327","method":"GET"} []
[2020-04-04 20:33:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:33:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:33:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:33:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:33:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:33:23] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:33:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:33:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-04 20:33:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-04 20:33:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:33:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:33:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:34:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:34:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:34:37] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:34:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:34:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:34:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:34:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:34:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:34:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:34:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:34:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:34:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:34:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:34:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:34:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4dddd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d4dddd","method":"GET"} []
[2020-04-04 20:34:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:34:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:34:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 20:35:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:35:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:35:46] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 20:35:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 20:35:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 20:35:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 20:35:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 20:35:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 20:35:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 20:35:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:35:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 20:35:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 20:35:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:35:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:35:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0468c0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0468c0","method":"GET"} []
[2020-04-04 20:35:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 20:35:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 20:35:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 22:47:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 22:47:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 22:47:16] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 22:47:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 22:47:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 22:47:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 22:47:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 22:47:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 22:47:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 22:47:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 22:47:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 22:47:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 22:47:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 22:47:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 22:47:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e0e471","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e0e471","method":"GET"} []
[2020-04-04 22:47:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 22:47:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 22:47:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:12:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:12:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:12:26] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-04 23:12:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:12:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:12:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:12:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:12:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:12:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:12:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-04 23:12:27] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Se cambia porque se debe c [...]","2":"1","3":"Tornillo flojo","4":null} []
[2020-04-04 23:12:27] doctrine.DEBUG: "COMMIT" [] []
[2020-04-04 23:12:28] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Routing\Exception\InvalidParameterException: "Parameter "id" for route "sustitucion_edit" must match "[^/]++" ("" given) to generate a corresponding URL." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Routing\Generator\UrlGenerator.php line 146 {"exception":"[object] (Symfony\\Component\\Routing\\Exception\\InvalidParameterException(code: 0): Parameter \"id\" for route \"sustitucion_edit\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:146)"} []
[2020-04-04 23:12:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:12:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:12:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:12:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a93976","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a93976","method":"GET"} []
[2020-04-04 23:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:12:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4dddd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d4dddd","method":"GET"} []
[2020-04-04 23:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:12:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:13:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:13:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:13:18] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:13:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:13:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:13:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:13:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:13:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:13:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:13:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:13:19] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "inventario" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 148 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"inventario\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:148)"} []
[2020-04-04 23:13:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:13:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b33efb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b33efb","method":"GET"} []
[2020-04-04 23:13:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:13:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:13:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"40c431","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/40c431","method":"GET"} []
[2020-04-04 23:13:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:13:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:13:25] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-04 23:13:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:13:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:13:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:13:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-04 23:13:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:13:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:13:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:13:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ebfc10","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ebfc10","method":"GET"} []
[2020-04-04 23:13:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:13:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:13:33] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:13:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:13:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:13:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:13:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:13:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:13:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:13:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:13:34] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "inventario" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 148 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"inventario\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:148)"} []
[2020-04-04 23:13:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:13:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:13:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:13:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4b1a6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d4b1a6","method":"GET"} []
[2020-04-04 23:14:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:14:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:14:58] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:14:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:14:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:14:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:14:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:14:59] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "material_edit" as such route does not exist.")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 148 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"material_edit\" as such route does not exist.\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:148, Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"material_edit\" as such route does not exist. at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlGenerator.php:104)"} []
[2020-04-04 23:14:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:15:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:15:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:15:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e0f9a2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e0f9a2","method":"GET"} []
[2020-04-04 23:22:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:22:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:22:02] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:22:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:22:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:22:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:22:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:22:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:22:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:22:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:22:03] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "material_edit" as such route does not exist.")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 148 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"material_edit\" as such route does not exist.\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:148, Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"material_edit\" as such route does not exist. at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlGenerator.php:104)"} []
[2020-04-04 23:22:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:22:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:22:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:22:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f3f027","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f3f027","method":"GET"} []
[2020-04-04 23:26:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:26:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:26:13] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-04 23:26:13] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-04 23:26:13] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:26:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:26:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:26:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:26:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:26:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:26:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:26:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:26:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:26:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:26:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:26:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:26:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"491af1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/491af1","method":"GET"} []
[2020-04-04 23:26:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:26:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:26:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:38:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:38:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:38:14] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-04 23:38:14] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-04 23:38:14] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:38:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:38:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:38:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:38:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:38:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:38:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:38:15] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:38:15] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:38:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:38:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:38:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:38:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2de697","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2de697","method":"GET"} []
[2020-04-04 23:38:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:38:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:38:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:39:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:39:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:39:15] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:39:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:39:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:39:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:39:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:39:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:39:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:39:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:39:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:39:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:39:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:39:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:39:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"68fc6a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/68fc6a","method":"GET"} []
[2020-04-04 23:39:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:39:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:39:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:39:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:39:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:39:36] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:39:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:39:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:39:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:39:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:39:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:39:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:39:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:39:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:39:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:39:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:39:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:39:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"40ded8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/40ded8","method":"GET"} []
[2020-04-04 23:39:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:39:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:39:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:40:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:40:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:40:50] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:40:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:40:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:40:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:40:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:40:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:40:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:40:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:40:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:40:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:40:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:40:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:40:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2dbaef","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2dbaef","method":"GET"} []
[2020-04-04 23:40:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:40:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:40:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:43:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:43:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:43:14] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:43:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:43:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:43:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:43:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:43:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:43:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:43:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:43:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:43:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:43:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:43:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:43:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bcfc9d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bcfc9d","method":"GET"} []
[2020-04-04 23:43:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:43:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:43:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:43:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:43:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:43:39] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:43:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:43:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:43:40] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:43:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:43:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:43:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:43:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:43:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:43:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:43:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:43:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:43:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:43:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d8eb3a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d8eb3a","method":"GET"} []
[2020-04-04 23:43:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:44:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:44:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:44:17] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:44:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:44:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:44:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:44:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:44:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:44:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:44:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:44:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:44:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:44:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:44:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:44:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:44:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c8351f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c8351f","method":"GET"} []
[2020-04-04 23:44:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:44:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:44:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:44:42] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:44:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:44:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:44:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:44:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:44:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:44:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:44:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:44:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:44:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:44:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:44:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"861a41","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/861a41","method":"GET"} []
[2020-04-04 23:44:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:44:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:44:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:45:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:19] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:45:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:45:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:45:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:45:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:45:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:45:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:45:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:45:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:45:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:45:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"915f8b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/915f8b","method":"GET"} []
[2020-04-04 23:45:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:37] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:45:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:45:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:45:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:45:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:45:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:45:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:45:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"616334","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/616334","method":"GET"} []
[2020-04-04 23:45:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:45:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:50] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:45:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:45:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:45:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:45:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:45:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:45:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:45:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:45:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:45:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:45:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d68ca1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d68ca1","method":"GET"} []
[2020-04-04 23:45:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:45:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:45:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:46:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:46:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:46:35] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:46:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:46:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:46:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:46:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:46:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:46:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:46:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:46:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:46:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:46:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:46:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:46:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:46:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:46:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1f5c20","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1f5c20","method":"GET"} []
[2020-04-04 23:46:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:48:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:48:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:48:05] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:48:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:48:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:48:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:48:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:48:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:48:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:48:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:48:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:48:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:48:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:48:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7bc43a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7bc43a","method":"GET"} []
[2020-04-04 23:48:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:48:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:48:22] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:48:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:48:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:48:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:48:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:48:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:48:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:48:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:48:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:48:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:48:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:48:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:48:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0c8b28","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0c8b28","method":"GET"} []
[2020-04-04 23:48:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:48:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:48:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:50:09] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:50:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:50:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:50:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:50:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:50:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:50:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:50:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:50:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:50:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:50:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:50:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:50:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a45456","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a45456","method":"GET"} []
[2020-04-04 23:50:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:50:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:50:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:51:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:51:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:51:34] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:51:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:51:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:51:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:51:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:51:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:51:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:51:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:51:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:51:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:51:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:51:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:51:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3cde34","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3cde34","method":"GET"} []
[2020-04-04 23:51:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:51:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:51:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:52:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:52:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:52:57] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:52:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:52:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:52:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:52:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:52:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:52:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:52:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:52:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:52:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:52:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:52:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:52:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d8eea3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d8eea3","method":"GET"} []
[2020-04-04 23:53:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:53:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:53:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:53:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:53:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:53:42] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:53:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:53:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:53:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:53:42] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:53:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:53:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:53:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:53:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:53:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:53:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:53:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:53:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"867e14","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/867e14","method":"GET"} []
[2020-04-04 23:53:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:53:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:53:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:58:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:58:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:58:14] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:58:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:58:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:58:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:58:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:58:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:58:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:58:15] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:58:15] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:58:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:58:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:58:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:58:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ae070c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ae070c","method":"GET"} []
[2020-04-04 23:58:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:58:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-04 23:59:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:59:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:59:26] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-04 23:59:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-04 23:59:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-04 23:59:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-04 23:59:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-04 23:59:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-04 23:59:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-04 23:59:27] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:59:27] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-04 23:59:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-04 23:59:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:59:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:59:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9821fc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9821fc","method":"GET"} []
[2020-04-04 23:59:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-04 23:59:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-04 23:59:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:00:52] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:00:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:00:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:00:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:00:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:00:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:00:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:00:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:00:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:00:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:00:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:00:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:00:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2f4028","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2f4028","method":"GET"} []
[2020-04-05 00:00:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:00:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:00:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:01:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:01:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:01:18] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:01:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:01:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:01:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:01:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:01:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:01:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:01:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:01:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:01:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:01:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:01:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:01:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:01:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:01:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"960728","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/960728","method":"GET"} []
[2020-04-05 00:01:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:03:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:03:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:03:06] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:03:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:03:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:03:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:03:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:03:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:03:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:03:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:03:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:03:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:03:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:03:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:03:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fdf893","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fdf893","method":"GET"} []
[2020-04-05 00:03:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:03:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:03:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:03:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:03:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:03:27] request.INFO: Matched route "inventario_new". {"route":"inventario_new","route_parameters":{"_controller":"AdminBundle:Inventario:new","_route":"inventario_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/new","method":"GET"} []
[2020-04-05 00:03:27] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Inventario:new" maps to a "AdminBundle\Controller\InventarioController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Inventario:new\" maps to a \"AdminBundle\\Controller\\InventarioController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-05 00:03:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:03:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:03:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"93d36d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/93d36d","method":"GET"} []
[2020-04-05 00:10:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:10:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:10:50] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:10:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:10:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:10:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:10:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:10:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:10:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:10:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:10:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:10:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:10:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2afa7f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2afa7f","method":"GET"} []
[2020-04-05 00:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:10:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sustitucion/8/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/8/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sustitucion/8/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:10:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:10:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:10:54] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-05 00:10:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:10:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:10:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:10:55] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:10:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:10:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:10:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:10:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a659f0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a659f0","method":"GET"} []
[2020-04-05 00:10:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:10:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:10:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:11:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:11:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:11:54] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-05 00:11:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:11:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:11:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:11:55] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:11:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:11:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:11:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:11:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"078788","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/078788","method":"GET"} []
[2020-04-05 00:11:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:11:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:11:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:12:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:12:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:12:26] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-05 00:12:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:12:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:12:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:12:27] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:12:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:12:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0c0cc1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0c0cc1","method":"GET"} []
[2020-04-05 00:12:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:12:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:12:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:12:34] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:12:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:12:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:12:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:12:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:12:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:12:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:12:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:12:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:12:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:12:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:12:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6679ac","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6679ac","method":"GET"} []
[2020-04-05 00:13:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:13:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:13:38] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-05 00:13:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:13:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:13:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:13:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:13:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:13:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:13:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:13:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e3d4e1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e3d4e1","method":"GET"} []
[2020-04-05 00:13:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:13:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:13:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:13:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:13:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:13:52] request.INFO: Matched route "inventario_index". {"route":"inventario_index","route_parameters":{"_controller":"AdminBundle:Inventario:index","_route":"inventario_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/","method":"GET"} []
[2020-04-05 00:13:52] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Inventario:index" maps to a "AdminBundle\Controller\InventarioController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Inventario:index\" maps to a \"AdminBundle\\Controller\\InventarioController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-05 00:13:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:13:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:13:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"383ec9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/383ec9","method":"GET"} []
[2020-04-05 00:14:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:12] request.INFO: Matched route "inventario_index". {"route":"inventario_index","route_parameters":{"_controller":"AdminBundle:Inventario:index","_route":"inventario_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/","method":"GET"} []
[2020-04-05 00:14:12] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Inventario:index" maps to a "AdminBundle\Controller\InventarioController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Inventario:index\" maps to a \"AdminBundle\\Controller\\InventarioController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-05 00:14:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"91bed2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/91bed2","method":"GET"} []
[2020-04-05 00:14:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:17] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-05 00:14:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:14:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:14:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:14:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:14:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:14:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f33a0a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f33a0a","method":"GET"} []
[2020-04-05 00:14:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:14:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:21] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-05 00:14:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:14:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:14:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:14:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:14:22] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "inventarios" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 50 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"inventarios\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:50)"} []
[2020-04-05 00:14:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:14:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"270349","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/270349","method":"GET"} []
[2020-04-05 00:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:42] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-05 00:14:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:14:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:14:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:14:42] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:14:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:14:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"846e7d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/846e7d","method":"GET"} []
[2020-04-05 00:14:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:46] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 00:14:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:14:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:14:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:14:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 00:14:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:14:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d25abe","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d25abe","method":"GET"} []
[2020-04-05 00:14:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:50] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:14:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:14:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:14:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:14:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:14:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:14:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:14:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:14:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:14:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:14:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:14:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2477e7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2477e7","method":"GET"} []
[2020-04-05 00:15:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:15:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:15:20] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:15:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:15:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:15:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:15:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:15:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:15:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:15:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:15:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:15:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:15:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:15:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"468b9d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/468b9d","method":"GET"} []
[2020-04-05 00:15:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:15:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:15:44] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:15:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:15:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:15:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:15:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:15:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:15:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:15:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:15:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:15:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:15:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:15:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"12cf00","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/12cf00","method":"GET"} []
[2020-04-05 00:16:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:16:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:16:06] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:16:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:16:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:16:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:16:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:16:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:16:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:16:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:16:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:16:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:16:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:16:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"347635","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/347635","method":"GET"} []
[2020-04-05 00:32:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:32:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:32:54] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 00:32:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:32:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:32:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:32:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 00:32:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:32:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:32:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:32:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d8364d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d8364d","method":"GET"} []
[2020-04-05 00:32:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:32:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:32:59] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:32:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:32:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:33:00] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:33:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:33:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:33:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:33:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:33:06] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-05 00:33:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:33:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:33:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:33:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:33:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:33:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:33:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:33:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:33:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:33:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:33:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b17c11","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b17c11","method":"GET"} []
[2020-04-05 00:36:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:36:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:36:45] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-05 00:36:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:36:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:36:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:36:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:36:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:36:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:36:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:36:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:36:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:36:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:36:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"007d8a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/007d8a","method":"GET"} []
[2020-04-05 00:37:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:12] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-05 00:37:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:37:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 00:37:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 00:37:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:13] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-05 00:37:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-05 00:37:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9adcfa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9adcfa","method":"GET"} []
[2020-04-05 00:37:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:17] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-05 00:37:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-05 00:37:18] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-05 00:37:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:37:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:18] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-05 00:37:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:37:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:37:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:37:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:37:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"46fc85","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/46fc85","method":"GET"} []
[2020-04-05 00:37:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:24] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 00:37:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:37:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:37:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:37:24] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 00:37:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:37:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f0ec5a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f0ec5a","method":"GET"} []
[2020-04-05 00:37:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:30] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 00:37:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:37:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:37:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:37:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 00:37:31] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 00:37:31] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:37:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:37:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1fd2d1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1fd2d1","method":"GET"} []
[2020-04-05 00:37:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:37] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"GET"} []
[2020-04-05 00:37:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:37:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:37:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:37:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:37:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:37:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:37:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:37:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:37:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:37:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:37:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7b485f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7b485f","method":"GET"} []
[2020-04-05 00:42:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:42:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:42:57] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-05 00:42:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:42:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:42:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:42:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:42:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:42:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:42:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:42:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:43:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:43:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:43:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"295d4f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/295d4f","method":"GET"} []
[2020-04-05 00:43:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:43:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:43:18] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"8","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/8/new","method":"POST"} []
[2020-04-05 00:43:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:43:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:43:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:43:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:43:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 00:43:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:43:19] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 00:43:19] doctrine.DEBUG: INSERT INTO sustitucion (razon, observacion, id_trabajo) VALUES (?, ?, ?) {"1":"porque no sabe que hacer","2":"Ninguna","3":8} []
[2020-04-05 00:43:19] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 00:43:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:43:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:43:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:43:19] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 00:43:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:43:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:43:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:43:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 00:43:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:43:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:43:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:43:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:43:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:43:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9398ab","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9398ab","method":"GET"} []
[2020-04-05 00:44:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:44:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:44:32] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 00:44:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:44:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:44:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:44:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 00:44:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:44:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:44:33] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "materials" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 116 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"materials\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:116)"} []
[2020-04-05 00:44:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:44:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:44:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:44:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cfac10","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cfac10","method":"GET"} []
[2020-04-05 00:46:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:46:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:46:19] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 00:46:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:46:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:46:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:46:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 00:46:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:46:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:46:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:46:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:46:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:46:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:46:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fa8f40","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fa8f40","method":"GET"} []
[2020-04-05 00:47:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:47:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:47:04] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 00:47:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:47:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:47:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:47:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 00:47:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:47:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:47:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:47:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:47:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:47:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:47:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f9e22","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f9e22","method":"GET"} []
[2020-04-05 00:55:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:03] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-05 00:55:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:55:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:55:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:55:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:55:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:55:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"53426d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/53426d","method":"GET"} []
[2020-04-05 00:55:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:55:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:24] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"POST"} []
[2020-04-05 00:55:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:55:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:55:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:55:25] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-05 00:55:25] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-05 00:55:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:55:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:55:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"804890","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/804890","method":"GET"} []
[2020-04-05 00:55:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:55:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:35] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"POST"} []
[2020-04-05 00:55:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:55:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:55:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:55:36] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 00:55:36] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Equipo de soldadura rayma<br>","2":"1","3":"color verde","4":null} []
[2020-04-05 00:55:36] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 00:55:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:36] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"3","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/3/show","method":"GET"} []
[2020-04-05 00:55:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:55:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:55:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:55:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id = ? ["3"] []
[2020-04-05 00:55:37] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "inventario" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/show.html.twig line 44 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"inventario\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/show.html.twig:44)"} []
[2020-04-05 00:55:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:55:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:55:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:55:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4569d9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4569d9","method":"GET"} []
[2020-04-05 00:57:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:57:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:57:58] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"3","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/3/show","method":"GET"} []
[2020-04-05 00:57:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:57:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id = ? ["3"] []
[2020-04-05 00:57:58] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "inventario" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/show.html.twig line 44 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"inventario\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/show.html.twig:44)"} []
[2020-04-05 00:57:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:57:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:57:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:57:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dd3198","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dd3198","method":"GET"} []
[2020-04-05 00:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:58:17] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 00:58:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:58:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:58:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:58:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 00:58:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:58:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:58:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:58:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:58:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:58:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:58:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3001e5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3001e5","method":"GET"} []
[2020-04-05 00:58:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:58:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:58:35] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"GET"} []
[2020-04-05 00:58:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:58:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:58:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:58:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:58:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:58:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:58:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e1cf65","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e1cf65","method":"GET"} []
[2020-04-05 00:58:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:58:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:58:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 00:58:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:58:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:58:56] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/new","method":"POST"} []
[2020-04-05 00:58:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:58:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:58:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:58:57] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 00:58:57] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Pernos No. 3<br>","2":"2","3":"para el calibrador","4":null} []
[2020-04-05 00:58:57] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 00:58:57] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Routing\Exception\InvalidParameterException: "Parameter "id" for route "sustitucion_edit" must match "[^/]++" ("" given) to generate a corresponding URL." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Routing\Generator\UrlGenerator.php line 146 {"exception":"[object] (Symfony\\Component\\Routing\\Exception\\InvalidParameterException(code: 0): Parameter \"id\" for route \"sustitucion_edit\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:146)"} []
[2020-04-05 00:58:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:58:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:58:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:58:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4101d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4101d4","method":"GET"} []
[2020-04-05 00:59:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:59:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:59:27] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 00:59:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 00:59:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 00:59:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 00:59:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 00:59:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 00:59:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 00:59:27] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 00:59:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 00:59:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 00:59:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 00:59:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"69eeaf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/69eeaf","method":"GET"} []
[2020-04-05 01:00:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:00:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:00:02] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 01:00:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:00:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:00:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:00:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:00:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 01:00:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 01:00:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:00:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:00:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"34c9b1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/34c9b1","method":"GET"} []
[2020-04-05 01:35:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:35:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:35:26] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 01:35:26] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 01:35:26] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 01:35:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:35:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:35:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:35:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:35:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 01:35:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 01:35:27] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:35:27] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Impossible to access a key "0" on an object of class "AdminBundle\Entity\Sustitucion" that does not implement ArrayAccess interface." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): Impossible to access a key \"0\" on an object of class \"AdminBundle\\Entity\\Sustitucion\" that does not implement ArrayAccess interface. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:157)"} []
[2020-04-05 01:35:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:35:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:35:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:35:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"55663e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/55663e","method":"GET"} []
[2020-04-05 01:35:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:35:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:35:43] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 01:35:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:35:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:35:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:35:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:35:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 01:35:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 01:35:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:35:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:35:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:35:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:35:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a7e174","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a7e174","method":"GET"} []
[2020-04-05 01:36:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:36:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:36:31] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 01:36:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:36:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:36:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:36:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:36:31] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 01:36:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 01:36:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:36:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:36:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:36:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:36:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"95e1ce","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/95e1ce","method":"GET"} []
[2020-04-05 01:36:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:36:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:36:34] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 01:36:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:36:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:36:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:37:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:37:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:37:38] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 01:37:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:37:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:37:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:37:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:37:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:37:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:37:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:37:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"42cc70","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/42cc70","method":"GET"} []
[2020-04-05 01:37:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:37:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:37:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 01:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:37:50] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 01:37:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:37:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:37:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:37:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 01:37:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:37:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:37:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:37:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"331e4b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/331e4b","method":"GET"} []
[2020-04-05 01:39:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:39:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:39:42] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 01:39:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:39:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:39:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:39:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 01:39:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:39:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:39:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:39:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ff2e51","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ff2e51","method":"GET"} []
[2020-04-05 01:39:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:39:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:39:52] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 01:39:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:39:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:39:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:39:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:39:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 01:39:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 01:39:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:39:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:39:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:39:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:39:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b82292","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b82292","method":"GET"} []
[2020-04-05 01:40:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:40:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:40:04] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 01:40:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:40:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:40:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:40:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:40:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:40:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:40:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:40:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cdb7d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cdb7d4","method":"GET"} []
[2020-04-05 01:40:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:40:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:40:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 01:40:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:40:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:40:26] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 01:40:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:40:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:40:26] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 01:40:26] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No. 3<br>","2":"1","3":"para atornillar","4":null} []
[2020-04-05 01:40:26] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 01:40:27] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Routing\Exception\InvalidParameterException: "Parameter "id" for route "sustitucion_edit" must match "[^/]++" ("" given) to generate a corresponding URL." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Routing\Generator\UrlGenerator.php line 146 {"exception":"[object] (Symfony\\Component\\Routing\\Exception\\InvalidParameterException(code: 0): Parameter \"id\" for route \"sustitucion_edit\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:146)"} []
[2020-04-05 01:40:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:40:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:40:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:40:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"252330","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/252330","method":"GET"} []
[2020-04-05 01:42:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:00] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 01:42:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:42:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:42:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:42:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:42:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:42:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"86981f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/86981f","method":"GET"} []
[2020-04-05 01:42:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 01:42:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:12] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=16753","method":"GET"} []
[2020-04-05 01:42:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:42:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:42:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:42:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:42:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"db22e3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/db22e3","method":"GET"} []
[2020-04-05 01:42:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:20] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 01:42:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:42:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:42:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:42:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 01:42:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:42:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:21] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 01:42:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:42:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:42:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:42:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 01:42:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:42:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ac2371","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ac2371","method":"GET"} []
[2020-04-05 01:42:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:31] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 01:42:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:42:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:42:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:42:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:42:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 01:42:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 01:42:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:42:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:42:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c2bd0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6c2bd0","method":"GET"} []
[2020-04-05 01:42:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:38] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 01:42:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:42:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:42:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:42:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:42:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:42:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"db0085","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/db0085","method":"GET"} []
[2020-04-05 01:42:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 01:42:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:42:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:42:53] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 01:42:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:42:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:42:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:43:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:43:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:43:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:43:45] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 01:43:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:43:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:43:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:43:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:43:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:43:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:43:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:43:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"253485","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/253485","method":"GET"} []
[2020-04-05 01:43:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:43:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:43:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 01:43:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:43:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:43:50] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 01:43:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:43:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:43:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:43:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 01:43:51] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No. 3<br>","2":"1","3":"para atornillar","4":5} []
[2020-04-05 01:43:51] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 01:43:51] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: preg_match() expects parameter 2 to be string, object given" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Routing\Generator\UrlGenerator.php line 144 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: preg_match() expects parameter 2 to be string, object given at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:144)"} []
[2020-04-05 01:43:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:43:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:43:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:43:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f1a58e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f1a58e","method":"GET"} []
[2020-04-05 01:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:46:45] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 01:46:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:46:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:46:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:46:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 01:46:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:46:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:46:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:46:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"760b9e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/760b9e","method":"GET"} []
[2020-04-05 01:46:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:46:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:46:52] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 01:46:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:46:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:46:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:46:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:46:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 01:46:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 01:46:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:46:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:46:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:46:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:46:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7fc0c8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7fc0c8","method":"GET"} []
[2020-04-05 01:47:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:47:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:47:07] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 01:47:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:47:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:47:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:47:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:47:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:47:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:47:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:47:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"97782f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/97782f","method":"GET"} []
[2020-04-05 01:47:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:47:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:47:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 01:47:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:47:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:47:11] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 01:47:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:47:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:47:11] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-05 01:47:11] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-05 01:47:11] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-05 01:47:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:47:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:47:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:47:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:47:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:47:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:47:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3cf123","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3cf123","method":"GET"} []
[2020-04-05 01:47:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 01:56:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:56:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:56:05] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 01:56:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:56:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:56:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:56:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:56:06] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 01:56:06] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 01:56:06] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 01:56:07] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: preg_match() expects parameter 2 to be string, object given" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Routing\Generator\UrlGenerator.php line 144 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: preg_match() expects parameter 2 to be string, object given at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:144)"} []
[2020-04-05 01:56:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:56:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:56:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:56:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ee042b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ee042b","method":"GET"} []
[2020-04-05 01:56:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:56:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:56:35] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=13764","method":"GET"} []
[2020-04-05 01:56:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:56:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:56:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:56:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:56:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:56:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:56:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0cbf51","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0cbf51","method":"GET"} []
[2020-04-05 01:56:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:56:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:56:42] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 01:56:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:56:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:56:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 01:56:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:56:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:56:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:56:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f571cf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f571cf","method":"GET"} []
[2020-04-05 01:56:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:56:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:56:46] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 01:56:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:56:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:56:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:56:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:56:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 01:56:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 01:56:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:56:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:56:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:56:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:56:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"591fba","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/591fba","method":"GET"} []
[2020-04-05 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:57:00] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 01:57:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:57:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:57:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:57:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 01:57:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 01:57:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:57:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:57:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9c27cf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9c27cf","method":"GET"} []
[2020-04-05 01:57:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:57:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:57:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 01:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 01:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 01:57:23] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 01:57:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 01:57:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 01:57:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 01:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 01:57:26] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 01:57:26] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No. 7","2":"2","3":"Se rompiÃ³ el otro","4":5} []
[2020-04-05 01:57:26] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:01:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:01:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:01:32] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:01:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:01:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:01:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:01:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:01:33] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:01:33] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:01:33] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:03:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:03:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:03:11] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:03:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:03:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:03:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:03:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:03:13] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:03:13] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:03:13] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:03:13] php.CRITICAL: Cannot use object of type AdminBundle\Entity\Sustitucion as array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Sustitucion as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:59)"} []
[2020-04-05 02:03:13] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type AdminBundle\Entity\Sustitucion as array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\MaterialController.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Sustitucion as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:59)"} []
[2020-04-05 02:03:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:03:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:03:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:03:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"60194d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/60194d","method":"GET"} []
[2020-04-05 02:05:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:05:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:05:04] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:05:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:05:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:05:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:05:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:05:05] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:05:05] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:05:05] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:05:05] php.CRITICAL: Cannot use object of type AdminBundle\Entity\Sustitucion as array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Sustitucion as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:59)"} []
[2020-04-05 02:05:06] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type AdminBundle\Entity\Sustitucion as array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\MaterialController.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Sustitucion as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:59)"} []
[2020-04-05 02:05:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:05:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:05:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:05:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2f9ee4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2f9ee4","method":"GET"} []
[2020-04-05 02:05:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:05:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:05:50] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:05:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:05:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:05:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:05:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:05:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:05:51] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:05:51] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:05:51] php.CRITICAL: Cannot use object of type AdminBundle\Entity\Sustitucion as array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Sustitucion as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:59)"} []
[2020-04-05 02:05:51] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type AdminBundle\Entity\Sustitucion as array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\MaterialController.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Sustitucion as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:59)"} []
[2020-04-05 02:05:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:05:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:05:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:05:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5bab8e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5bab8e","method":"GET"} []
[2020-04-05 02:06:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:06:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:06:12] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:06:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:06:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:06:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:06:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:06:13] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:06:13] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:06:13] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:06:13] php.CRITICAL: Cannot use object of type AdminBundle\Entity\Sustitucion as array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Sustitucion as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:59)"} []
[2020-04-05 02:06:13] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type AdminBundle\Entity\Sustitucion as array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\MaterialController.php line 59 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Sustitucion as array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:59)"} []
[2020-04-05 02:06:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:06:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"452928","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/452928","method":"GET"} []
[2020-04-05 02:06:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:06:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:06:44] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:06:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:06:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:06:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:06:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:06:45] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:06:45] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:06:45] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:07:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:07:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:07:41] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:07:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:07:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:07:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:07:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:07:42] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:07:42] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:07:42] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:08:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:08:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:08:50] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:08:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:08:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:08:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:08:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:08:51] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:08:51] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:08:52] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: preg_match() expects parameter 2 to be string, object given" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Routing\Generator\UrlGenerator.php line 144 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: preg_match() expects parameter 2 to be string, object given at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:144)"} []
[2020-04-05 02:08:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:08:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:08:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:08:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"92487b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/92487b","method":"GET"} []
[2020-04-05 02:09:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:09:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:09:07] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:09:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:09:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:09:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:09:09] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:09:09] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:09:09] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:09:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:09:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:09:26] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:09:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:09:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:09:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:09:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:09:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:09:27] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:09:27] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:09:55] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:09:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:09:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:09:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:09:56] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:09:56] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No 6<br>","2":"6","3":"otra vez ninguna","4":5} []
[2020-04-05 02:09:56] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:09:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:09:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:09:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:09:57] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:09:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:09:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:09:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:09:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:09:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:09:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:09:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:09:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:10:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ddc1aa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ddc1aa","method":"GET"} []
[2020-04-05 02:10:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:20] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 02:10:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:10:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:10:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:10:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 02:10:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:10:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1d80ca","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1d80ca","method":"GET"} []
[2020-04-05 02:10:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:31] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:10:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:10:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:10:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:10:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:10:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:10:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:10:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:10:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:10:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"704504","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/704504","method":"GET"} []
[2020-04-05 02:10:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:51] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:10:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:10:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:10:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:10:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:10:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:10:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:10:52] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:10:52] doctrine.DEBUG: UPDATE sustitucion SET observacion = ? WHERE id = ? [null,5] []
[2020-04-05 02:10:52] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:10:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:53] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:10:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:10:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:10:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:10:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:10:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:10:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:10:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:10:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:10:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9114dd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9114dd","method":"GET"} []
[2020-04-05 02:10:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:10:58] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:10:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:10:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:10:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:10:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:10:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:10:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:10:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:10:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:10:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:11:00] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:11:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:11:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:11:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:11:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:11:00] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:11:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:11:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:11:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:11:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:11:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:11:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b57ba9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b57ba9","method":"GET"} []
[2020-04-05 02:14:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:31] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:14:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:14:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:14:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:14:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:14:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:14:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:14:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:14:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:33] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:14:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:14:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:14:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:14:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:14:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:14:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:14:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:14:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:14:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"860dd9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/860dd9","method":"GET"} []
[2020-04-05 02:14:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:36] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:14:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:14:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:14:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:14:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:14:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:14:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:14:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:38] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:14:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:14:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:14:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:14:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:14:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:14:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7e64fd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7e64fd","method":"GET"} []
[2020-04-05 02:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:42] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:14:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:14:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:14:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:14:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:14:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:14:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:14:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:14:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"163297","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/163297","method":"GET"} []
[2020-04-05 02:14:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:46] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:14:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:14:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:14:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:14:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:14:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:14:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:48] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:14:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:14:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:14:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:14:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:14:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:14:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:14:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:14:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:14:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:14:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:14:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4c1304","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4c1304","method":"GET"} []
[2020-04-05 02:16:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:16:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:16:48] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:16:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:16:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:16:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:16:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:16:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:16:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:16:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:16:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:16:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:16:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:16:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"66c813","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/66c813","method":"GET"} []
[2020-04-05 02:16:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:16:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:16:52] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:16:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:16:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:16:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:16:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:16:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:16:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:16:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:16:53] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:16:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:16:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:16:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:16:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:16:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:16:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:16:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:16:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:16:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:16:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:16:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2a989f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2a989f","method":"GET"} []
[2020-04-05 02:17:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:17:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:17:20] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=10844","method":"GET"} []
[2020-04-05 02:17:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:17:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:17:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:17:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:17:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:17:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:17:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c0c603","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c0c603","method":"GET"} []
[2020-04-05 02:17:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:17:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:17:25] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 02:17:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:17:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:17:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:17:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 02:17:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:17:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:17:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:17:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5f0c34","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5f0c34","method":"GET"} []
[2020-04-05 02:17:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:17:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:17:38] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:17:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:17:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:17:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:17:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:17:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:17:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:17:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:17:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:17:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:17:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ecedd3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ecedd3","method":"GET"} []
[2020-04-05 02:17:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:17:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:17:57] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:17:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:17:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:17:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:17:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:17:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:17:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:36:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:36:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:36:44] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:36:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:36:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:36:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:36:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:36:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:36:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:36:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:36:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:36:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:36:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:36:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0e6edd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0e6edd","method":"GET"} []
[2020-04-05 02:36:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:36:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:36:48] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:36:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:36:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:36:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:36:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:36:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:36:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:36:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:36:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:36:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:36:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:36:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a90030","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a90030","method":"GET"} []
[2020-04-05 02:37:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:02] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"POST"} []
[2020-04-05 02:37:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:37:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:37:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:37:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:37:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:37:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:37:04] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:37:04] doctrine.DEBUG: UPDATE sustitucion SET observacion = ? WHERE id = ? ["Ahora sÃ­",5] []
[2020-04-05 02:37:04] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:37:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:37:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:04] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:37:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:37:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:37:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:37:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:37:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:37:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:37:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:37:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:37:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa722e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aa722e","method":"GET"} []
[2020-04-05 02:37:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:08] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 02:37:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:37:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:37:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:37:09] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:37:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bdfa94","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bdfa94","method":"GET"} []
[2020-04-05 02:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 02:37:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:39] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 02:37:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:37:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:37:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:37:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:37:40] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:37:40] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No. 1<br>","2":"1","3":"Para reemplazar","4":5} []
[2020-04-05 02:37:40] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 02:37:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:37:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:41] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:37:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:37:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:37:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:37:41] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:37:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:37:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:37:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:37:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"92dc6d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/92dc6d","method":"GET"} []
[2020-04-05 02:42:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:42:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:42:21] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:42:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:42:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:42:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:42:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:42:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:42:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:42:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:42:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:42:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:42:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:42:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"54a95d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/54a95d","method":"GET"} []
[2020-04-05 02:43:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:43:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:43:20] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:43:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:43:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:43:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:43:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:43:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:43:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:43:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:43:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:43:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:43:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:43:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"be2469","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/be2469","method":"GET"} []
[2020-04-05 02:43:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:43:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:43:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /material/20/delete": Method Not Allowed (Allow: DELETE)" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /material/20/delete\": Method Not Allowed (Allow: DELETE) at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 02:43:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:43:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:43:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"17c77b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/17c77b","method":"GET"} []
[2020-04-05 02:47:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:17] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-05 02:47:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:47:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:47:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:47:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:18] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-05 02:47:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-05 02:47:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d9b45c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d9b45c","method":"GET"} []
[2020-04-05 02:47:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:21] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-05 02:47:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-05 02:47:22] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-05 02:47:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:47:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:23] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-05 02:47:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:47:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:47:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:47:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:47:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ddc8df","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ddc8df","method":"GET"} []
[2020-04-05 02:47:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:26] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 02:47:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:47:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:47:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:47:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 02:47:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 02:47:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 02:47:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:47:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1f992f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1f992f","method":"GET"} []
[2020-04-05 02:47:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:33] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"10","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10/edit","method":"GET"} []
[2020-04-05 02:47:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:47:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:47:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:47:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-05 02:47:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 02:47:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-05 02:47:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-05 02:47:33] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-05 02:47:33] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-05 02:47:33] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-05 02:47:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:47:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:47:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:47:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:47:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da3f3d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/da3f3d","method":"GET"} []
[2020-04-05 02:48:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:48:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:48:45] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:48:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:48:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:48:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:48:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:48:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:48:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:48:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:48:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:48:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:48:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:48:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7dbf4b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7dbf4b","method":"GET"} []
[2020-04-05 02:48:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:48:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:48:51] request.INFO: Matched route "sustitucion_delete". {"route":"sustitucion_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::deleteAction","id":"5","_route":"sustitucion_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/delete","method":"DELETE"} []
[2020-04-05 02:48:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:48:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:48:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 02:48:51] doctrine.DEBUG: DELETE FROM sustitucion WHERE id = ? [5] []
[2020-04-05 02:48:52] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-05 02:48:52] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM sustitucion WHERE id = ?' with params [5]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`material`, CONSTRAINT `FK_7CBE75957C54DC64` FOREIGN KEY (`id_sustitucion`) REFERENCES `sustitucion` (`id`))" at C:\xampp\htdocs\service\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ForeignKeyConstraintViolationException(code: 0): An exception occurred while executing 'DELETE FROM sustitucion WHERE id = ?' with params [5]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`material`, CONSTRAINT `FK_7CBE75957C54DC64` FOREIGN KEY (`id_sustitucion`) REFERENCES `sustitucion` (`id`)) at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:60, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`material`, CONSTRAINT `FK_7CBE75957C54DC64` FOREIGN KEY (`id_sustitucion`) REFERENCES `sustitucion` (`id`)) at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:107, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`material`, CONSTRAINT `FK_7CBE75957C54DC64` FOREIGN KEY (`id_sustitucion`) REFERENCES `sustitucion` (`id`)) at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:105)"} []
[2020-04-05 02:48:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:48:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:48:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:48:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"21252e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/21252e","method":"GET"} []
[2020-04-05 02:50:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:50:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:50:01] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:50:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:50:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:50:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:50:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:50:01] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:50:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:50:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:50:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:50:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:50:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:50:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3272fb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3272fb","method":"GET"} []
[2020-04-05 02:50:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:50:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:50:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /material/20/delete": Method Not Allowed (Allow: DELETE)" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /material/20/delete\": Method Not Allowed (Allow: DELETE) at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 02:50:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:50:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:50:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5124f1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5124f1","method":"GET"} []
[2020-04-05 02:54:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:54:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:54:02] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:54:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:54:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:54:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:54:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:54:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:54:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:54:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:54:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:54:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:54:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:54:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"956dbb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/956dbb","method":"GET"} []
[2020-04-05 02:54:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:54:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:54:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /material/20/delete": Method Not Allowed (Allow: DELETE)" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /material/20/delete\": Method Not Allowed (Allow: DELETE) at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 02:54:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:54:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:54:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c86b7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6c86b7","method":"GET"} []
[2020-04-05 02:58:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:58:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:58:07] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=17978","method":"GET"} []
[2020-04-05 02:58:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:58:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:58:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:58:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:58:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:58:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:58:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fdab58","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fdab58","method":"GET"} []
[2020-04-05 02:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:58:16] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 02:58:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:58:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:58:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:58:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 02:58:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:58:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:58:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:58:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e5a71f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e5a71f","method":"GET"} []
[2020-04-05 02:58:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:58:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:58:20] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 02:58:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 02:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 02:58:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 02:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 02:58:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 02:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 02:58:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 02:58:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 02:58:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:58:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:58:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0c4ebe","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0c4ebe","method":"GET"} []
[2020-04-05 02:58:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:58:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:58:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /material/20/delete": Method Not Allowed (Allow: DELETE)" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /material/20/delete\": Method Not Allowed (Allow: DELETE) at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 02:58:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 02:58:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 02:58:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c30254","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c30254","method":"GET"} []
[2020-04-05 03:00:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:00:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:00:55] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:00:55] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:00:55] request.INFO: Matched route "material_delete". {"route":"material_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::deleteAction","id":"20","_route":"material_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/delete","method":"GET"} []
[2020-04-05 03:00:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:00:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:00:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:00:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id = ? ["20"] []
[2020-04-05 03:00:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:00:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:00:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:00:56] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-05 03:00:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:00:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:00:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:00:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:00:57] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "inventarios" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 50 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"inventarios\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:50)"} []
[2020-04-05 03:00:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:00:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:00:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:00:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d1ad50","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d1ad50","method":"GET"} []
[2020-04-05 03:01:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:01:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:01:51] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-05 03:01:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:01:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:01:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:01:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:01:52] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "inventarios" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 50 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"inventarios\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:50)"} []
[2020-04-05 03:01:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:01:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:01:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:01:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e1c308","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e1c308","method":"GET"} []
[2020-04-05 03:01:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:01:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:01:56] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:01:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:01:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:01:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:01:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:01:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:01:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:01:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:01:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:01:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:01:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:01:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3d921e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3d921e","method":"GET"} []
[2020-04-05 03:01:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:01:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:01:59] request.INFO: Matched route "material_delete". {"route":"material_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::deleteAction","id":"20","_route":"material_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/delete","method":"GET"} []
[2020-04-05 03:01:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:01:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:01:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:01:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id = ? ["20"] []
[2020-04-05 03:02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:02:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:02:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:02:00] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 03:02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:02:01] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 03:02:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:02:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:02:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:02:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9ba62a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9ba62a","method":"GET"} []
[2020-04-05 03:02:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:02:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:02:04] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:02:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:02:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:02:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:02:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:02:05] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:02:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:02:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:02:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:02:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:02:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:02:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b86ac6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b86ac6","method":"GET"} []
[2020-04-05 03:19:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:19:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:19:12] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:19:12] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:19:12] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:19:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:19:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:19:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:19:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:19:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:19:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:19:13] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Unable to generate a URL for the named route "tpasante_delete" as such route does not exist." at C:\xampp\htdocs\service\var\cache\dev\appDevDebugProjectContainerUrlGenerator.php line 104 {"exception":"[object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"tpasante_delete\" as such route does not exist. at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlGenerator.php:104)"} []
[2020-04-05 03:19:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:19:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:19:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:19:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4f088d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4f088d","method":"GET"} []
[2020-04-05 03:19:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:19:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:19:48] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:19:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:19:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:19:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:19:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:19:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:19:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:19:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:19:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:19:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:19:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:19:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"019865","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/019865","method":"GET"} []
[2020-04-05 03:22:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:22:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:22:52] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=18853","method":"GET"} []
[2020-04-05 03:22:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:22:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:22:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:22:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:22:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:22:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:22:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b66f45","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b66f45","method":"GET"} []
[2020-04-05 03:22:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:22:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:22:57] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 03:22:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:22:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:22:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:22:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 03:22:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:22:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:22:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:23:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e30150","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e30150","method":"GET"} []
[2020-04-05 03:23:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:23:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:23:01] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:23:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:23:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:23:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:23:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:23:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:23:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:24:42] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:24:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:24:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:24:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:24:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7a1521","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7a1521","method":"GET"} []
[2020-04-05 03:24:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:24:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:24:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /material/20/delete": Method Not Allowed (Allow: DELETE)" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /material/20/delete\": Method Not Allowed (Allow: DELETE) at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 03:24:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:24:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:24:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"289b95","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/289b95","method":"GET"} []
[2020-04-05 03:25:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:25:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:25:14] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:25:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:25:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:25:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:25:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:25:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:25:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:26:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:26:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:26:50] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:26:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:26:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:26:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:26:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:26:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:26:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:26:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:26:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:26:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:26:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:26:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2b927a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2b927a","method":"GET"} []
[2020-04-05 03:28:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:28:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:28:08] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:28:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:28:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:28:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:28:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:28:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:28:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:28:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:28:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:28:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:28:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:28:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c2c69c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c2c69c","method":"GET"} []
[2020-04-05 03:29:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:29:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:29:31] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:29:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:29:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:29:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:29:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:29:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:30:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:30:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:31:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"26c0f0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/26c0f0","method":"GET"} []
[2020-04-05 03:31:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:31:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:31:24] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:31:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:31:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:31:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:31:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:31:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:31:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:31:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:31:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:31:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:31:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:31:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"761ace","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/761ace","method":"GET"} []
[2020-04-05 03:31:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:31:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:31:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:31:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:31:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"138f8f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/138f8f","method":"GET"} []
[2020-04-05 03:32:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:32:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:32:55] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/?XDEBUG_SESSION_START=16080","method":"GET"} []
[2020-04-05 03:32:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:32:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:32:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:32:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:32:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:32:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:32:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"01defe","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/01defe","method":"GET"} []
[2020-04-05 03:33:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:33:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:33:02] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 03:33:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:33:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:33:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:33:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 03:33:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:33:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:33:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:33:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"33cc41","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/33cc41","method":"GET"} []
[2020-04-05 03:33:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:33:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:33:06] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:33:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:33:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:33:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:33:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:33:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:33:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:33:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:33:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:33:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:33:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:33:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e2ee16","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e2ee16","method":"GET"} []
[2020-04-05 03:36:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:36:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:36:55] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:36:55] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:36:55] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:36:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:36:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:36:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:36:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:36:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:36:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:36:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:36:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:37:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:37:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:37:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"98b58c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/98b58c","method":"GET"} []
[2020-04-05 03:51:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:51:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:51:12] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:51:12] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:51:12] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:51:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:51:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:51:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:51:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:51:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:51:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:51:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:51:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:51:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:51:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:51:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb3699","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cb3699","method":"GET"} []
[2020-04-05 03:51:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:51:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:51:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /material/20/delete": Method Not Allowed (Allow: DELETE)" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /material/20/delete\": Method Not Allowed (Allow: DELETE) at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 03:51:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:51:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:51:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"03388c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/03388c","method":"GET"} []
[2020-04-05 03:52:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:52:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:52:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /material/20/delete": Method Not Allowed (Allow: DELETE)" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /material/20/delete\": Method Not Allowed (Allow: DELETE) at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 03:52:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:52:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:52:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b6422c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b6422c","method":"GET"} []
[2020-04-05 03:53:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:53:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:53:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb3699","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cb3699","method":"GET"} []
[2020-04-05 03:53:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:53:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:53:17] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:53:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:53:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:53:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:53:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:53:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:53:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:53:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:53:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:53:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:53:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:53:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"800c64","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/800c64","method":"GET"} []
[2020-04-05 03:53:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:53:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:53:39] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:53:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:53:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:53:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:53:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:53:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:53:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:53:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:53:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:53:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:53:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:53:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c1515c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c1515c","method":"GET"} []
[2020-04-05 03:53:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:53:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:53:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /material/20/delete": Method Not Allowed (Allow: DELETE)" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 143 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /material/20/delete\": Method Not Allowed (Allow: DELETE) at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:143, Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:989)"} []
[2020-04-05 03:53:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:53:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:53:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf23cf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cf23cf","method":"GET"} []
[2020-04-05 03:59:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:59:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:59:31] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:59:31] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 03:59:32] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:59:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:59:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:59:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:59:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:59:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:59:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:59:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:59:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:59:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:59:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:59:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6d6dcf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6d6dcf","method":"GET"} []
[2020-04-05 03:59:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:59:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:59:50] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 03:59:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 03:59:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 03:59:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 03:59:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 03:59:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 03:59:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 03:59:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 03:59:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 03:59:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 03:59:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 03:59:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3cbb2d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3cbb2d","method":"GET"} []
[2020-04-05 04:00:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:00:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:00:03] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:00:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:00:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:00:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:00:03] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The controller for URI "/material/20/borra" is not callable. Expected method "borraAction" on class "AdminBundle\Controller\MaterialController". Available methods: "__construct", "indexAction", "newAction", "showAction", "editAction", "deleteAction", "setContainer"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ControllerResolver.php line 91 {"exception":"[object] (InvalidArgumentException(code: 0): The controller for URI \"/material/20/borra\" is not callable. Expected method \"borraAction\" on class \"AdminBundle\\Controller\\MaterialController\". Available methods: \"__construct\", \"indexAction\", \"newAction\", \"showAction\", \"editAction\", \"deleteAction\", \"setContainer\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver.php:91)"} []
[2020-04-05 04:00:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:00:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"470e06","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/470e06","method":"GET"} []
[2020-04-05 04:06:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:06:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:06:13] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:06:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:06:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:06:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:06:14] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The controller for URI "/material/20/borra" is not callable. Expected method "borraAction" on class "AdminBundle\Controller\MaterialController". Available methods: "__construct", "indexAction", "newAction", "showAction", "editAction", "deleteAction", "setContainer"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ControllerResolver.php line 91 {"exception":"[object] (InvalidArgumentException(code: 0): The controller for URI \"/material/20/borra\" is not callable. Expected method \"borraAction\" on class \"AdminBundle\\Controller\\MaterialController\". Available methods: \"__construct\", \"indexAction\", \"newAction\", \"showAction\", \"editAction\", \"deleteAction\", \"setContainer\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver.php:91)"} []
[2020-04-05 04:06:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:06:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0d4f93","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0d4f93","method":"GET"} []
[2020-04-05 04:06:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:06:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:06:19] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:06:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:06:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:06:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:06:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:06:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:06:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:06:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:06:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:06:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:06:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:06:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c2529d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c2529d","method":"GET"} []
[2020-04-05 04:06:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:06:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:06:23] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:06:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:06:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:06:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:06:24] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The controller for URI "/material/20/borra" is not callable. Expected method "borraAction" on class "AdminBundle\Controller\MaterialController". Available methods: "__construct", "indexAction", "newAction", "showAction", "editAction", "deleteAction", "setContainer"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ControllerResolver.php line 91 {"exception":"[object] (InvalidArgumentException(code: 0): The controller for URI \"/material/20/borra\" is not callable. Expected method \"borraAction\" on class \"AdminBundle\\Controller\\MaterialController\". Available methods: \"__construct\", \"indexAction\", \"newAction\", \"showAction\", \"editAction\", \"deleteAction\", \"setContainer\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver.php:91)"} []
[2020-04-05 04:06:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:06:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:06:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:06:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5caa90","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5caa90","method":"GET"} []
[2020-04-05 04:07:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:07:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:07:52] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:07:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:07:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:07:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:07:53] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "AdminBundle\Controller\MaterialController::borraAction()" requires that you provide a value for the "$idMaterial" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ArgumentResolver.php line 78 {"exception":"[object] (RuntimeException(code: 0): Controller \"AdminBundle\\Controller\\MaterialController::borraAction()\" requires that you provide a value for the \"$idMaterial\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver.php:78)"} []
[2020-04-05 04:07:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:07:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:07:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:07:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ae9fbb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ae9fbb","method":"GET"} []
[2020-04-05 04:10:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:10:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:10:45] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:10:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:10:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:10:46] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "AdminBundle\Controller\MaterialController::borraAction()" requires that you provide a value for the "$idMaterial" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ArgumentResolver.php line 78 {"exception":"[object] (RuntimeException(code: 0): Controller \"AdminBundle\\Controller\\MaterialController::borraAction()\" requires that you provide a value for the \"$idMaterial\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver.php:78)"} []
[2020-04-05 04:10:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:10:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:10:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:10:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fc0025","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fc0025","method":"GET"} []
[2020-04-05 04:10:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:10:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:10:50] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:10:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:10:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:10:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:10:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:10:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:10:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:10:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:10:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:10:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:10:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:10:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f3834","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f3834","method":"GET"} []
[2020-04-05 04:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:10:53] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:10:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:10:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:10:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:10:54] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "AdminBundle\Controller\MaterialController::borraAction()" requires that you provide a value for the "$idMaterial" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ArgumentResolver.php line 78 {"exception":"[object] (RuntimeException(code: 0): Controller \"AdminBundle\\Controller\\MaterialController::borraAction()\" requires that you provide a value for the \"$idMaterial\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver.php:78)"} []
[2020-04-05 04:10:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:10:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:10:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:10:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f32ecb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f32ecb","method":"GET"} []
[2020-04-05 04:11:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:14] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:11:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:11:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:11:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:11:14] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "AdminBundle\Controller\MaterialController::borraAction()" requires that you provide a value for the "$idMaterial" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ArgumentResolver.php line 78 {"exception":"[object] (RuntimeException(code: 0): Controller \"AdminBundle\\Controller\\MaterialController::borraAction()\" requires that you provide a value for the \"$idMaterial\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver.php:78)"} []
[2020-04-05 04:11:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:11:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a6a8a4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a6a8a4","method":"GET"} []
[2020-04-05 04:11:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:16] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:11:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:11:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:11:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:11:17] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "AdminBundle\Controller\MaterialController::borraAction()" requires that you provide a value for the "$idMaterial" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ArgumentResolver.php line 78 {"exception":"[object] (RuntimeException(code: 0): Controller \"AdminBundle\\Controller\\MaterialController::borraAction()\" requires that you provide a value for the \"$idMaterial\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver.php:78)"} []
[2020-04-05 04:11:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:11:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b48cf8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b48cf8","method":"GET"} []
[2020-04-05 04:11:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f3834","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f3834","method":"GET"} []
[2020-04-05 04:11:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:28] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:11:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:11:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:11:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:11:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:11:29] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:11:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:11:29] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:11:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:11:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"07063b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/07063b","method":"GET"} []
[2020-04-05 04:11:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:32] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"2","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/2/borra","method":"GET"} []
[2020-04-05 04:11:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:11:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:11:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:11:32] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "AdminBundle\Controller\MaterialController::borraAction()" requires that you provide a value for the "$idMaterial" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ArgumentResolver.php line 78 {"exception":"[object] (RuntimeException(code: 0): Controller \"AdminBundle\\Controller\\MaterialController::borraAction()\" requires that you provide a value for the \"$idMaterial\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver.php:78)"} []
[2020-04-05 04:11:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:11:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f07f2e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f07f2e","method":"GET"} []
[2020-04-05 04:11:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:45] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:11:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:11:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:11:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:11:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:11:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:11:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:11:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7cc42c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7cc42c","method":"GET"} []
[2020-04-05 04:11:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:49] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:11:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:11:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:11:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:11:49] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "AdminBundle\Controller\MaterialController::borraAction()" requires that you provide a value for the "$idMaterial" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\Controller\ArgumentResolver.php line 78 {"exception":"[object] (RuntimeException(code: 0): Controller \"AdminBundle\\Controller\\MaterialController::borraAction()\" requires that you provide a value for the \"$idMaterial\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver.php:78)"} []
[2020-04-05 04:11:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:11:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:11:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:11:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"447f3e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/447f3e","method":"GET"} []
[2020-04-05 04:13:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:13:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:13:08] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:13:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:13:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:13:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:15:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:15:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:15:42] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:15:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:15:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:15:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:15:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:15:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:15:51] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"20","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/20/borra","method":"GET"} []
[2020-04-05 04:15:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:15:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:15:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:15:52] doctrine.DEBUG: DELETE FROM material WHERE id = 20 [] []
[2020-04-05 04:15:52] request.CRITICAL: Uncaught PHP Exception LogicException: "The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller?" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\HttpKernel.php line 169 {"exception":"[object] (LogicException(code: 0): The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller? at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\HttpKernel.php:169)"} []
[2020-04-05 04:15:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:15:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:15:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:15:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b493c0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b493c0","method":"GET"} []
[2020-04-05 04:18:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:18:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:18:39] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 04:18:39] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 38. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 38. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 04:18:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/20/borra" (from "http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/20/borra\" (from \"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1001)"} []
[2020-04-05 04:18:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:18:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:18:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a24ca6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a24ca6","method":"GET"} []
[2020-04-05 04:18:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:18:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:18:47] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:18:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:18:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:18:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:18:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:18:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:18:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:18:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:18:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:18:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:18:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:18:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3baf5a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3baf5a","method":"GET"} []
[2020-04-05 04:18:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:18:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:18:52] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 04:18:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:18:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:18:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:18:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:18:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:18:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:18:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:18:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ce86b4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ce86b4","method":"GET"} []
[2020-04-05 04:18:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:18:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:18:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1001)"} []
[2020-04-05 04:19:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:19:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:19:02] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 04:19:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:19:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:19:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:19:06] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 04:19:06] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tornillo 1<br>","2":"1","3":"ahora","4":5} []
[2020-04-05 04:19:06] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 04:19:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:19:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:19:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:19:07] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:19:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:19:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:19:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:19:08] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:19:08] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_borra".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 149 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_borra\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:149, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_borra\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-05 04:19:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:19:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:19:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:19:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2d8709","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2d8709","method":"GET"} []
[2020-04-05 04:23:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:23:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:23:05] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:23:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:23:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:23:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:23:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:23:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:23:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:23:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:23:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:23:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:23:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:23:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d088fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d088fa","method":"GET"} []
[2020-04-05 04:23:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:23:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:23:12] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"21","idSustitucion":"5","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/21/5/borra","method":"GET"} []
[2020-04-05 04:23:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:23:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:23:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:23:13] doctrine.DEBUG: DELETE FROM material WHERE id = 21 [] []
[2020-04-05 04:23:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:23:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:23:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:23:13] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:23:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:23:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:23:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:23:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:23:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:23:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:23:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:23:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:23:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:23:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:23:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5924d1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5924d1","method":"GET"} []
[2020-04-05 04:26:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:08] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:26:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:26:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:26:08] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:26:08] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:26:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:26:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"673606","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/673606","method":"GET"} []
[2020-04-05 04:26:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:11] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 04:26:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:26:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:26:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:26:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:26:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:26:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"301f98","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/301f98","method":"GET"} []
[2020-04-05 04:26:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1001)"} []
[2020-04-05 04:26:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:17] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 04:26:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:26:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:26:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:26:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:26:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 04:26:18] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"fasfsd","2":"1","3":"asdfs","4":5} []
[2020-04-05 04:26:18] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 04:26:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:26:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:19] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:26:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:26:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:26:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:26:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:26:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:26:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:26:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:26:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:26:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"52c6f4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/52c6f4","method":"GET"} []
[2020-04-05 04:26:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:23] request.INFO: Matched route "material_borra". {"route":"material_borra","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::borraAction","id":"22","idSustitucion":"5","_route":"material_borra"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/22/5/borra","method":"GET"} []
[2020-04-05 04:26:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:26:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:26:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:26:23] doctrine.DEBUG: DELETE FROM material WHERE id = 22 [] []
[2020-04-05 04:26:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:26:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:24] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:26:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:26:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:26:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:26:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:26:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:26:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:26:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:26:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:26:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:26:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:26:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1e50bd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1e50bd","method":"GET"} []
[2020-04-05 04:35:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:20] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 04:35:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:35:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:35:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:35:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 04:35:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:35:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"423b16","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/423b16","method":"GET"} []
[2020-04-05 04:35:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:35] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:35:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:35:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:35:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:35:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:35:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:35:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d99186","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d99186","method":"GET"} []
[2020-04-05 04:35:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:39] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"GET"} []
[2020-04-05 04:35:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:35:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:35:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:35:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:35:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"07a87b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/07a87b","method":"GET"} []
[2020-04-05 04:35:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/5/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/5/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/5/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/5/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1001)"} []
[2020-04-05 04:35:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:57] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"5","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/5/new","method":"POST"} []
[2020-04-05 04:35:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:35:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:35:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:35:58] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 04:35:58] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tuerca No. 3<br>","2":"2","3":"Porque se rompiÃ³ el otro","4":5} []
[2020-04-05 04:35:58] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 04:35:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:35:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:35:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:35:58] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:35:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:35:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:35:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:35:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:35:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:35:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:35:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:35:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:36:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:36:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:36:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f00d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f00d4","method":"GET"} []
[2020-04-05 04:36:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:36:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:36:22] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:36:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:36:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:36:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:36:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:36:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:36:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:36:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:36:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:36:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:36:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:36:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e75787","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e75787","method":"GET"} []
[2020-04-05 04:36:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:36:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:36:41] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 04:36:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:36:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:36:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:36:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 04:36:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:36:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:36:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:36:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"389ccb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/389ccb","method":"GET"} []
[2020-04-05 04:36:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:36:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:36:45] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 04:36:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:36:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:36:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:36:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 04:36:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 04:36:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 04:36:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:36:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:36:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:36:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:36:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"582ee3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/582ee3","method":"GET"} []
[2020-04-05 04:40:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:40:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:40:25] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 04:40:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:40:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 04:40:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 04:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-05 04:40:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:40:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:40:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:40:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:40:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f05b2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f05b2","method":"GET"} []
[2020-04-05 04:40:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:40:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:40:34] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 04:40:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:40:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:40:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:40:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 04:40:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:40:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:40:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:40:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"794a8c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/794a8c","method":"GET"} []
[2020-04-05 04:40:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:40:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:40:38] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:40:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:40:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:40:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:40:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:40:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:40:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [8] []
[2020-04-05 04:40:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:40:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:40:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:40:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:40:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"76150b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/76150b","method":"GET"} []
[2020-04-05 04:41:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:41:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:41:19] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 04:41:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:41:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:41:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:41:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 04:41:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:41:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:41:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:41:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"df1191","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/df1191","method":"GET"} []
[2020-04-05 04:41:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:41:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:41:23] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 04:41:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:41:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:41:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:41:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 04:41:24] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 04:41:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:41:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:41:36] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 04:41:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:41:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:41:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:41:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 04:41:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 04:41:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:41:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:41:50] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 04:41:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:41:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:41:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:41:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 04:41:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 04:41:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:41:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:41:58] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 04:41:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:41:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 04:41:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 04:42:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:42:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:42:24] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 04:42:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:42:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:42:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:42:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 04:42:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 04:42:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-05 04:42:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:42:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:42:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:42:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:42:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"607f14","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/607f14","method":"GET"} []
[2020-04-05 04:42:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:42:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:42:29] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 04:42:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:42:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:42:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:42:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 04:42:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:42:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:42:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:42:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4b1874","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4b1874","method":"GET"} []
[2020-04-05 04:42:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:42:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:42:33] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:42:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:42:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:42:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:42:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:42:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:42:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [8] []
[2020-04-05 04:42:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:42:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:42:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:42:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:42:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b56a18","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b56a18","method":"GET"} []
[2020-04-05 04:42:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:42:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:42:57] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:42:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:42:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:42:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:42:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:42:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:43:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:43:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:43:56] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:43:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:43:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:43:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:43:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:43:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:43:57] php.CRITICAL: Call to a member function getId() on integer {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on integer at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SustitucionController.php:151)"} []
[2020-04-05 04:43:57] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getId() on integer" at C:\xampp\htdocs\service\src\AdminBundle\Controller\SustitucionController.php line 151 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on integer at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SustitucionController.php:151)"} []
[2020-04-05 04:43:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:43:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:43:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:43:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f478c5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f478c5","method":"GET"} []
[2020-04-05 04:44:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:44:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:44:25] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:44:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:44:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:44:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:45:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:45:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:45:29] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:45:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:45:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:45:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:45:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:45:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:45:30] php.CRITICAL: Call to a member function getId() on integer {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on integer at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SustitucionController.php:150)"} []
[2020-04-05 04:45:30] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getId() on integer" at C:\xampp\htdocs\service\src\AdminBundle\Controller\SustitucionController.php line 150 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on integer at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SustitucionController.php:150)"} []
[2020-04-05 04:45:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:45:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:45:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:45:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8ab714","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8ab714","method":"GET"} []
[2020-04-05 04:45:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:45:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:45:44] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:45:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:45:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:45:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:45:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:45:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:45:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:45:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:45:59] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"5","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/5/edit","method":"GET"} []
[2020-04-05 04:45:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:45:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:45:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["5"] []
[2020-04-05 04:46:00] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 8 [] []
[2020-04-05 04:46:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [5] []
[2020-04-05 04:46:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:46:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:46:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:46:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:46:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c20f3e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c20f3e","method":"GET"} []
[2020-04-05 04:46:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:46:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:46:13] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 04:46:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:46:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:46:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:46:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 04:46:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:46:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:46:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:46:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"89a677","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/89a677","method":"GET"} []
[2020-04-05 04:46:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:46:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:46:18] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 04:46:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:46:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 04:46:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 04:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [3] []
[2020-04-05 04:46:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 04:46:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:46:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:46:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:46:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e2343a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e2343a","method":"GET"} []
[2020-04-05 04:46:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:46:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:46:33] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 04:46:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 04:46:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 04:46:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 04:46:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 04:46:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 04:46:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 04:46:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 04:46:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7bf02","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c7bf02","method":"GET"} []
[2020-04-05 05:00:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:00:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:00:26] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 05:00:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:00:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:00:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:00:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 05:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 05:00:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 05:00:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:00:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:00:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:00:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"574e22","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/574e22","method":"GET"} []
[2020-04-05 05:00:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:00:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:00:31] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 05:00:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:00:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:00:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:00:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 05:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 05:00:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:00:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:00:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:00:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4fc0ea","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4fc0ea","method":"GET"} []
[2020-04-05 05:00:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:00:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:00:37] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 05:00:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:00:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:00:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:00:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 05:00:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:00:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:00:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:00:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"948571","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/948571","method":"GET"} []
[2020-04-05 05:01:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:01:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:01:14] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 05:01:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:01:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:01:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:01:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 05:01:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 05:01:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 05:01:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:01:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"42c310","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/42c310","method":"GET"} []
[2020-04-05 05:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:02:52] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 05:02:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:02:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 05:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 05:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 05:02:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:02:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:02:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:02:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fba750","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fba750","method":"GET"} []
[2020-04-05 05:03:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:03:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:03:07] request.INFO: Matched route "solicitud_show". {"route":"solicitud_show","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::showAction","id":"10","_route":"solicitud_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10","method":"GET"} []
[2020-04-05 05:03:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:03:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:03:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:03:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-05 05:03:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:03:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:03:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:03:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aabab5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aabab5","method":"GET"} []
[2020-04-05 05:03:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:03:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:03:16] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"10","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10/edit","method":"GET"} []
[2020-04-05 05:03:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:03:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:03:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:03:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-05 05:03:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 05:03:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-05 05:03:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-05 05:03:16] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-05 05:03:17] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-05 05:03:17] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-05 05:03:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 05:03:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:03:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:03:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:03:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ba587d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ba587d","method":"GET"} []
[2020-04-05 05:03:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:03:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:03:23] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 05:03:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:03:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 05:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 05:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 05:03:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:03:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:03:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:03:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e70108","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e70108","method":"GET"} []
[2020-04-05 05:03:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:03:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:03:32] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 05:03:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:03:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 05:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 05:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 05:03:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:03:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:03:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:03:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fc3c72","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fc3c72","method":"GET"} []
[2020-04-05 05:04:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:04:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:04:12] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 05:04:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 05:04:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 05:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 05:04:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 05:04:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 05:04:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 05:04:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9aadc5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9aadc5","method":"GET"} []
[2020-04-05 14:55:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:55:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:55:21] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-05 14:55:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 14:55:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 14:55:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 14:55:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-05 14:55:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 14:55:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 14:55:24] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-05 14:55:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-05 14:55:24] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-05 14:55:24] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-05 14:55:24] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-05 14:55:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 14:55:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 14:55:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:55:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:55:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"068adf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/068adf","method":"GET"} []
[2020-04-05 14:55:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:55:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:55:43] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 14:55:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 14:55:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 14:55:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 14:55:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 14:55:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 14:55:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:55:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:55:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"85e36b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/85e36b","method":"GET"} []
[2020-04-05 14:55:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:55:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:55:54] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 14:55:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 14:55:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 14:55:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 14:55:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 14:55:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 14:55:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 14:55:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 14:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:55:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c5c2c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c5c2c2","method":"GET"} []
[2020-04-05 14:55:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:55:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:55:59] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"10","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/10/edit","method":"GET"} []
[2020-04-05 14:55:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 14:55:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 14:55:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 14:55:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["10"] []
[2020-04-05 14:56:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 14:56:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-05 14:56:00] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-05 14:56:00] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-05 14:56:00] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-05 14:56:00] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-05 14:56:00] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 14:56:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 14:56:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:56:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:56:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9bef06","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9bef06","method":"GET"} []
[2020-04-05 14:56:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:56:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:56:06] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 14:56:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 14:56:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 14:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 14:56:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 14:56:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:56:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:56:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b37f3f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b37f3f","method":"GET"} []
[2020-04-05 14:56:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:56:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:56:11] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-05 14:56:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 14:56:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 14:56:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 14:56:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-05 14:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 14:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 14:56:12] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-05 14:56:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-05 14:56:12] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-05 14:56:12] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-05 14:56:12] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-05 14:56:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 14:56:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 14:56:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:56:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:56:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"57d8ff","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/57d8ff","method":"GET"} []
[2020-04-05 14:56:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:56:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:56:17] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 14:56:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 14:56:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 14:56:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 14:56:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 14:56:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 14:56:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 14:56:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 14:56:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a71d77","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a71d77","method":"GET"} []
[2020-04-05 15:00:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:00:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:00:46] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 15:00:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 15:00:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 15:00:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 15:00:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 15:00:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 15:00:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:00:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:00:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4cf283","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4cf283","method":"GET"} []
[2020-04-05 15:05:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:05:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:05:20] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 15:05:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 15:05:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 15:05:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 15:05:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 15:05:22] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "estado" nor one of the methods "estado()", "getestado()"/"isestado()" or "__call()" exist and have public access in class "AdminBundle\Entity\Trabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/trabajos.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"estado\" nor one of the methods \"estado()\", \"getestado()\"/\"isestado()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Trabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/trabajos.html.twig:48)"} []
[2020-04-05 15:05:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 15:05:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:05:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:05:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8cf0c1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8cf0c1","method":"GET"} []
[2020-04-05 15:21:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:21:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:21:32] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 15:21:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 15:21:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 15:21:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 15:21:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 15:21:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 15:21:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:21:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:21:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4453c8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4453c8","method":"GET"} []
[2020-04-05 15:21:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:21:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:21:35] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 15:21:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 15:21:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 15:21:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 15:21:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 15:21:36] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 15:21:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [3] []
[2020-04-05 15:21:36] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 15:21:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 15:21:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:21:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:21:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"58e012","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/58e012","method":"GET"} []
[2020-04-05 15:21:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:21:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:21:45] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"3","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/3/new","method":"GET"} []
[2020-04-05 15:21:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 15:21:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 15:21:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 15:21:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 15:21:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 15:21:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:21:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:21:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d80351","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d80351","method":"GET"} []
[2020-04-05 15:21:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:21:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:21:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/3/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/3/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/3/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/3/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1001)"} []
[2020-04-05 15:22:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:22:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:22:09] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"3","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/3/new","method":"POST"} []
[2020-04-05 15:22:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 15:22:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 15:22:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 15:22:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 15:22:11] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 15:22:11] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Rueda trasera<br>","2":"2","3":"se pincho la llanta","4":3} []
[2020-04-05 15:22:11] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 15:22:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 15:22:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:22:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:22:11] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"3","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/3/edit","method":"GET"} []
[2020-04-05 15:22:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 15:22:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 15:22:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 15:22:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["3"] []
[2020-04-05 15:22:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 15:22:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [3] []
[2020-04-05 15:22:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 15:22:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 15:22:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 15:22:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 15:22:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f39f73","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f39f73","method":"GET"} []
[2020-04-05 15:51:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 15:51:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:13:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:13:01] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:22] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:23:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'equipo' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'equipo' */ WHERE k.table_name = 'equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_equi_caracteristicas' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_equi_caracteristicas' */ WHERE k.table_name = 'tipo_equi_caracteristicas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_equi_caracteristicas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:23:23] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:29:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'inventario' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'inventario' */ WHERE k.table_name = 'inventario' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'inventario' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_marcas' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_marcas' */ WHERE k.table_name = 'tipo_marcas' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_marcas' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_pieza_equipo' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_pieza_equipo' */ WHERE k.table_name = 'tipo_pieza_equipo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_pieza_equipo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:29:04] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:09] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:36:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:36:10] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-05 16:42:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'empleado' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'empleado' */ WHERE k.table_name = 'empleado' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'empleado' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'material' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'material' */ WHERE k.table_name = 'material' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'material' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'solicitud' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'solicitud' */ WHERE k.table_name = 'solicitud' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'solicitud' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'sustitucion' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'sustitucion' */ WHERE k.table_name = 'sustitucion' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'sustitucion' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_departamento' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_departamento' */ WHERE k.table_name = 'tipo_departamento' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_departamento' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_empresa' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_empresa' */ WHERE k.table_name = 'tipo_empresa' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_empresa' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_estado_trabajo' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_estado_trabajo' */ WHERE k.table_name = 'tipo_estado_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_estado_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'tipo_trabajo' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tipo_trabajo' */ WHERE k.table_name = 'tipo_trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tipo_trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'bd_service' AND TABLE_NAME = 'trabajo' [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'trabajo' */ WHERE k.table_name = 'trabajo' AND k.table_schema = 'bd_service' /*!50116 AND c.constraint_schema = 'bd_service' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-04-05 16:42:43] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'trabajo' AND TABLE_SCHEMA = 'bd_service' [] []
[2020-04-05 18:08:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:08:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:08:50] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 18:08:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:08:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:08:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 18:08:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:08:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:08:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:08:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:08:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:08:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"63c2e2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/63c2e2","method":"GET"} []
[2020-04-05 18:09:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:06] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:09:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:09:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:09:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:09:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0cf1ac","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0cf1ac","method":"GET"} []
[2020-04-05 18:09:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:12] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 18:09:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:09:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:09:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:09:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 18:09:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:09:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"086f04","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/086f04","method":"GET"} []
[2020-04-05 18:09:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:16] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"GET"} []
[2020-04-05 18:09:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:09:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:09:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:09:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 18:09:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-05 18:09:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 18:09:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:09:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:09:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"430ee4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/430ee4","method":"GET"} []
[2020-04-05 18:09:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:52] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"7","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/new","method":"POST"} []
[2020-04-05 18:09:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:09:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:09:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:09:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 18:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-05 18:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-05 18:09:54] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 18:09:54] doctrine.DEBUG: INSERT INTO sustitucion (razon, observacion, id_trabajo) VALUES (?, ?, ?) {"1":"El router de la red no sirve","2":"Esta quemado el router","3":7} []
[2020-04-05 18:09:54] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 18:09:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:55] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"6","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/6/edit","method":"GET"} []
[2020-04-05 18:09:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:09:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:09:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:09:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["6"] []
[2020-04-05 18:09:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 18:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-05 18:09:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:09:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:09:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:09:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:09:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9c033","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b9c033","method":"GET"} []
[2020-04-05 18:13:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:13:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:13:15] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"6","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/6/edit","method":"GET"} []
[2020-04-05 18:13:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:13:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:13:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:13:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["6"] []
[2020-04-05 18:13:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 18:13:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-05 18:13:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:13:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:13:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:13:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:13:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"95f94b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/95f94b","method":"GET"} []
[2020-04-05 18:13:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:13:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:13:37] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"6","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/6/edit","method":"GET"} []
[2020-04-05 18:13:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:13:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:13:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:13:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["6"] []
[2020-04-05 18:13:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 18:13:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-05 18:13:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:13:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:13:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:13:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:13:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"867347","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/867347","method":"GET"} []
[2020-04-05 18:13:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:13:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:13:52] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"6","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/6/new","method":"GET"} []
[2020-04-05 18:13:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:13:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:13:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:13:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:13:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:13:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:13:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:13:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ec8a47","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ec8a47","method":"GET"} []
[2020-04-05 18:13:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:13:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:13:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/6/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/6/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/6/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/6/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1001)"} []
[2020-04-05 18:14:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:14:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:14:10] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"6","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/6/new","method":"POST"} []
[2020-04-05 18:14:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:14:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:14:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:14:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["6"] []
[2020-04-05 18:14:11] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 18:14:11] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Router marca Pioner<br>","2":"1","3":"Nuevo de caja","4":6} []
[2020-04-05 18:14:11] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 18:14:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:14:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:14:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:14:12] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"6","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/6/edit","method":"GET"} []
[2020-04-05 18:14:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:14:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:14:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:14:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["6"] []
[2020-04-05 18:14:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 18:14:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-05 18:14:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:14:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:14:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:14:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:14:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3f6fbd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3f6fbd","method":"GET"} []
[2020-04-05 18:14:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:14:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:14:28] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"6","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/6/edit","method":"GET"} []
[2020-04-05 18:14:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:14:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:14:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:14:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["6"] []
[2020-04-05 18:14:29] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 18:14:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-05 18:14:29] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:14:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:14:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:14:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:14:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"01ea4c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/01ea4c","method":"GET"} []
[2020-04-05 18:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:14:42] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"6","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/6/edit","method":"GET"} []
[2020-04-05 18:14:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:14:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:14:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:14:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["6"] []
[2020-04-05 18:14:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-05 18:14:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-05 18:14:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:14:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:14:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"842bdf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/842bdf","method":"GET"} []
[2020-04-05 18:30:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:30:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:30:32] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:30:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:30:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:30:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:30:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:30:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:30:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:30:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dca2af","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dca2af","method":"GET"} []
[2020-04-05 18:35:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:35:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:35:38] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:35:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:35:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:35:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:35:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:35:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:35:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:35:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e1e5a6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e1e5a6","method":"GET"} []
[2020-04-05 18:39:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:39:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:39:02] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:39:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:39:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:39:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:39:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:39:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:39:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:39:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"017afc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/017afc","method":"GET"} []
[2020-04-05 18:39:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:39:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:39:36] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:39:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:39:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:39:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:39:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:39:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:39:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:39:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:39:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:39:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:39:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:39:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:39:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:39:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:39:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:39:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:39:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:39:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"36e94c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/36e94c","method":"GET"} []
[2020-04-05 18:41:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:41:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:41:01] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:41:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:41:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:41:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:41:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:41:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:41:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:41:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:41:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:41:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:41:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:41:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:41:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:41:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:41:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:41:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:41:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:41:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f261ba","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f261ba","method":"GET"} []
[2020-04-05 18:43:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:43:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:43:13] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 18:43:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:43:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:43:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:43:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 18:43:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:43:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:43:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:43:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:43:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:43:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"238c05","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/238c05","method":"GET"} []
[2020-04-05 18:44:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:44:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:44:25] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 18:44:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:44:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:44:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 18:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:44:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:44:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:44:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:44:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f5014","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f5014","method":"GET"} []
[2020-04-05 18:44:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:44:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:44:33] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:44:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:44:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:44:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:44:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:44:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:44:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:44:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:44:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"51fb04","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/51fb04","method":"GET"} []
[2020-04-05 18:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:45:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:45:37] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:45:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:45:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:45:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:45:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:45:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:45:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:45:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"76d437","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/76d437","method":"GET"} []
[2020-04-05 18:45:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:45:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:45:54] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 18:45:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:45:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:45:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:45:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 18:45:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:45:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:45:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:45:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f9bc09","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f9bc09","method":"GET"} []
[2020-04-05 18:46:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:46:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:46:03] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-05 18:46:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:46:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:46:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-05 18:46:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:46:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:46:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:46:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a53f0f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a53f0f","method":"GET"} []
[2020-04-05 18:46:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:46:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:46:23] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:46:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:46:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:46:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:46:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:46:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:46:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aeb194","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aeb194","method":"GET"} []
[2020-04-05 18:46:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:46:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:46:56] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:46:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:46:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:46:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:46:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:46:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eadc5f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/eadc5f","method":"GET"} []
[2020-04-05 18:47:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:47:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:47:10] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:47:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:47:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:47:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:47:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:47:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:47:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"13f403","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/13f403","method":"GET"} []
[2020-04-05 18:47:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:47:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:47:39] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:47:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:47:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:47:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:47:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:47:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:47:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:47:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"96579c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/96579c","method":"GET"} []
[2020-04-05 18:49:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:49:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:49:16] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:49:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:49:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:49:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:49:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:49:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:49:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"97a93f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/97a93f","method":"GET"} []
[2020-04-05 18:49:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:49:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:49:33] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-05 18:49:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:49:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:49:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-05 18:49:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:49:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:49:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:49:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:49:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b32d15","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b32d15","method":"GET"} []
[2020-04-05 18:49:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:49:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:49:58] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:49:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:49:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:49:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:49:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:50:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:50:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:50:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27d1bb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/27d1bb","method":"GET"} []
[2020-04-05 18:54:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:54:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:54:19] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:54:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:54:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:54:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:54:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:54:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:54:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:54:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:54:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:54:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2a117c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2a117c","method":"GET"} []
[2020-04-05 18:55:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:22] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-05 18:55:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:55:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 18:55:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 18:55:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:23] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-05 18:55:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-05 18:55:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2d73d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2d73d4","method":"GET"} []
[2020-04-05 18:55:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:28] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-05 18:55:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["tecnico"] []
[2020-04-05 18:55:29] security.INFO: User has been authenticated successfully. {"username":"tecnico"} []
[2020-04-05 18:55:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:55:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:30] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-05 18:55:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:55:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:55:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 18:55:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:55:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"77058e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/77058e","method":"GET"} []
[2020-04-05 18:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:36] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 18:55:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:55:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:55:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 18:55:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:55:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:55:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa1d22","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aa1d22","method":"GET"} []
[2020-04-05 18:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:56] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:55:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:55:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:55:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:55:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:55:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:55:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f4b2fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f4b2fa","method":"GET"} []
[2020-04-05 18:57:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:57:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:57:06] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-05 18:57:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:57:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:57:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 18:57:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-05 18:57:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:57:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:57:08] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-05 18:57:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-05 18:57:08] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC [3] []
[2020-04-05 18:57:08] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-05 18:57:08] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-05 18:57:08] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 18:57:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:57:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:57:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:57:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4083cf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4083cf","method":"GET"} []
[2020-04-05 18:57:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:57:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:57:14] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 18:57:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 18:57:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 18:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 18:57:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 18:57:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 18:57:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 18:57:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"56273e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/56273e","method":"GET"} []
[2020-04-05 19:49:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 19:49:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 19:49:42] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 19:49:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 19:49:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 19:49:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 19:49:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 19:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 19:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 19:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 19:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 19:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 19:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 19:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 19:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 19:49:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 19:49:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 19:49:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 19:49:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"24c5d1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/24c5d1","method":"GET"} []
[2020-04-05 19:50:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 19:50:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 19:50:04] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 19:50:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 19:50:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 19:50:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 19:50:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 19:50:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 19:50:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 19:50:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 19:50:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 19:50:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 19:50:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 19:50:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 19:50:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 19:50:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 19:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 19:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 19:50:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f5bc7d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f5bc7d","method":"GET"} []
[2020-04-05 19:52:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 19:52:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 19:52:39] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 19:52:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 19:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 19:52:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 19:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 19:52:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 19:52:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 19:52:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 19:52:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 19:52:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 19:52:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 19:52:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 19:52:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 19:52:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 19:52:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 19:52:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 19:52:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7b8ae8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7b8ae8","method":"GET"} []
[2020-04-05 19:53:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 19:53:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 19:53:46] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 19:53:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 19:53:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 19:53:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 19:53:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 19:53:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 19:53:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 19:53:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 19:53:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c31851","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c31851","method":"GET"} []
[2020-04-05 20:15:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 20:15:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 20:15:16] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 20:15:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 20:15:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 20:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 20:15:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 20:15:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 20:15:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 20:15:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da2f6e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/da2f6e","method":"GET"} []
[2020-04-05 20:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 20:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 20:18:40] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 20:18:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 20:18:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 20:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 20:18:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 20:18:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 20:18:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 20:18:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"be8b1e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/be8b1e","method":"GET"} []
[2020-04-05 20:20:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 20:20:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 20:20:04] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 20:20:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 20:20:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 20:20:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 20:20:05] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 310 near 'idTecnico  ': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 310 near 'idTecnico \r\n': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, \r\n                        a.observacionCliente, c.observacionTecnico, c.fechaInicio, c.fechaFin, f.nombre as estado, c.id, c.idTecnico \r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo        \r\n                        JOIN AdminBundle:TipoEstadoTrabajo f WITH f.id = c.idEstadoTrabajo                \r\n                        where c.idTecnico = 3 AND c.idTecnico is not null AND c.idEstadoTrabajo in (1,2)  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-05 20:20:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 20:20:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 20:20:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 20:20:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7748e3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7748e3","method":"GET"} []
[2020-04-05 22:11:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 22:11:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 22:11:50] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 22:11:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 22:11:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 22:11:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 22:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 22:11:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 22:11:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 22:11:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 22:11:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"84e859","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/84e859","method":"GET"} []
[2020-04-05 22:14:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 22:14:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 22:14:14] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-05 22:14:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 22:14:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 22:14:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 22:14:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-05 22:14:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 22:14:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 22:14:16] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-05 22:14:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-05 22:14:16] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC [3] []
[2020-04-05 22:14:16] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-05 22:14:16] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-05 22:14:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 22:14:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 22:14:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 22:14:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 22:14:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"37897e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/37897e","method":"GET"} []
[2020-04-05 23:02:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:02:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:02:07] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:02:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:02:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:02:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:02:09] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 310 near 'idTecnico  ': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 310 near 'idTecnico \r\n': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, \r\n                        a.observacionCliente, c.observacionTecnico, c.fechaInicio, c.fechaFin, f.nombre as estado, c.id, c.idTecnico \r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo        \r\n                        JOIN AdminBundle:TipoEstadoTrabajo f WITH f.id = c.idEstadoTrabajo                \r\n                        where c.idTecnico = 3 AND c.idTecnico is not null AND c.idEstadoTrabajo in (1,2)  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-05 23:02:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:02:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:02:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:02:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0284e1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0284e1","method":"GET"} []
[2020-04-05 23:03:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:03:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:03:17] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:03:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:03:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:03:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:03:18] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 310 near 'idTecnico  ': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 310 near 'idTecnico \r\n': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, \r\n                        a.observacionCliente, c.observacionTecnico, c.fechaInicio, c.fechaFin, f.nombre as estado, c.id, c.idTecnico \r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo        \r\n                        JOIN AdminBundle:TipoEstadoTrabajo f WITH f.id = c.idEstadoTrabajo                \r\n                        where c.idTecnico = 3 AND c.idTecnico is not null AND c.idEstadoTrabajo in (1,2)  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-05 23:03:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:03:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:03:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:03:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3c0469","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3c0469","method":"GET"} []
[2020-04-05 23:03:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:03:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:03:46] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:03:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:03:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:03:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:03:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:03:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:03:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:03:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"984c2a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/984c2a","method":"GET"} []
[2020-04-05 23:04:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:04:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:04:25] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:04:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:04:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:04:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:04:26] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 310 near 'idTecnico  ': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 310 near 'idTecnico \r\n': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, \r\n                        a.observacionCliente, c.observacionTecnico, c.fechaInicio, c.fechaFin, f.nombre as estado, c.id, c.idTecnico \r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo        \r\n                        JOIN AdminBundle:TipoEstadoTrabajo f WITH f.id = c.idEstadoTrabajo                \r\n                        where c.idTecnico = 3 AND c.idEstadoTrabajo in (1,2)  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-05 23:04:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:04:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:04:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:04:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"563ec8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/563ec8","method":"GET"} []
[2020-04-05 23:05:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:05:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:05:07] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:05:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:05:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:05:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:05:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:05:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:05:40] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:05:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:05:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:05:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:05:40] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 310 near 'idTecnico as': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 310 near 'idTecnico as': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, \r\n                        a.observacionCliente, c.observacionTecnico, c.fechaInicio, c.fechaFin, f.nombre as estado, c.id, c.idTecnico as idTecnico \r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo        \r\n                        JOIN AdminBundle:TipoEstadoTrabajo f WITH f.id = c.idEstadoTrabajo                \r\n                        where c.idTecnico = 3 AND c.idEstadoTrabajo in (1,2)  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-05 23:05:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:05:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:05:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:05:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"580deb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/580deb","method":"GET"} []
[2020-04-05 23:05:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:05:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:05:44] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:05:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:05:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:05:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:05:44] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 310 near 'idTecnico as': Error: Invalid PathExpression. Must be a StateFieldPathExpression." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 310 near 'idTecnico as': Error: Invalid PathExpression. Must be a StateFieldPathExpression. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT a.fechaSolicitud, b.nombre as empresa, a.descripcion as problema, \r\n                        CONCAT(d.nombre, ' ', d.paterno, ' ', d.materno) as tecnico, e.nombre as tipoTrabajo, \r\n                        a.observacionCliente, c.observacionTecnico, c.fechaInicio, c.fechaFin, f.nombre as estado, c.id, c.idTecnico as idTecnico \r\n                        from AdminBundle:Solicitud a \r\n                        JOIN AdminBundle:TipoEmpresa b WITH a.idEmpresa = b.id\r\n                        JOIN AdminBundle:Trabajo c WITH c.idSolicitud = a.id\r\n                        JOIN AdminBundle:Empleado d WITH d.id = c.idTecnico\r\n                        JOIN AdminBundle:TipoTrabajo e WITH e.id = c.idTipoTrabajo        \r\n                        JOIN AdminBundle:TipoEstadoTrabajo f WITH f.id = c.idEstadoTrabajo                \r\n                        where c.idTecnico = 3 AND c.idEstadoTrabajo in (1,2)  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-05 23:05:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:05:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:05:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:05:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9898a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b9898a","method":"GET"} []
[2020-04-05 23:05:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:05:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:05:53] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:05:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:05:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:05:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:05:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo IN (1, 2) [] []
[2020-04-05 23:05:54] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "idSolicitud" for array with keys "fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, observacionCliente, observacionTecnico, fechaInicio, fechaFin, estado, id, idTecnico" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/trabajos.html.twig line 51 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"idSolicitud\" for array with keys \"fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, observacionCliente, observacionTecnico, fechaInicio, fechaFin, estado, id, idTecnico\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/trabajos.html.twig:51)"} []
[2020-04-05 23:05:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:05:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:05:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:05:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"691a8a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/691a8a","method":"GET"} []
[2020-04-05 23:19:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:19:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:19:19] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:19:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:19:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:19:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:19:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:19:20] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "idSolicitud" for array with keys "fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, observacionCliente, observacionTecnico, fechaInicio, fechaFin, estado, id, idTecnico" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/trabajos.html.twig line 52 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"idSolicitud\" for array with keys \"fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, observacionCliente, observacionTecnico, fechaInicio, fechaFin, estado, id, idTecnico\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/trabajos.html.twig:52)"} []
[2020-04-05 23:19:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:19:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:19:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:19:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"128848","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/128848","method":"GET"} []
[2020-04-05 23:21:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:21:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:21:30] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:21:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:21:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:21:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:21:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:21:31] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "trabajo_concluir" as such route does not exist.")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/trabajo/trabajos.html.twig line 59 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"trabajo_concluir\" as such route does not exist.\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/trabajo/trabajos.html.twig:59, Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"trabajo_concluir\" as such route does not exist. at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlGenerator.php:105)"} []
[2020-04-05 23:21:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:21:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:21:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:21:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da38c9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/da38c9","method":"GET"} []
[2020-04-05 23:23:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:23:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:23:19] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 23:23:19] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-05 23:23:20] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:23:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:23:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:23:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:23:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:23:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:23:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:23:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:23:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"57a494","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/57a494","method":"GET"} []
[2020-04-05 23:23:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:23:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:23:49] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"GET"} []
[2020-04-05 23:23:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:23:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:23:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:23:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:23:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:23:50] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-05 23:23:50] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-05 23:23:50] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC [3] []
[2020-04-05 23:23:50] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-05 23:23:50] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-05 23:23:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 23:23:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:23:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:23:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:23:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f6d72d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f6d72d","method":"GET"} []
[2020-04-05 23:30:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:30:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:30:16] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:30:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:30:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:30:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:30:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:30:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:30:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:30:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:30:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b62bbb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b62bbb","method":"GET"} []
[2020-04-05 23:30:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:30:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:30:23] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"GET"} []
[2020-04-05 23:30:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:30:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:30:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:30:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:30:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:30:24] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-05 23:30:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-05 23:30:24] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC [3] []
[2020-04-05 23:30:24] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-05 23:30:24] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-05 23:30:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 23:30:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:30:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:30:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:30:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6cbee1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6cbee1","method":"GET"} []
[2020-04-05 23:39:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:39:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:39:54] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"GET"} []
[2020-04-05 23:39:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:39:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:39:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:39:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:39:55] request.CRITICAL: Uncaught PHP Exception Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: "The option "usuario" does not exist. Defined options are: "action", "allow_extra_fields", "allow_file_upload", "attr", "auto_initialize", "block_name", "by_reference", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "disabled", "empty_data", "error_bubbling", "error_mapping", "extra_fields_message", "inherit_data", "invalid_message", "invalid_message_parameters", "label", "label_attr", "label_format", "mapped", "method", "post_max_size_message", "property_path", "required", "translation_domain", "trim", "upload_max_size_message", "validation_groups"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\OptionsResolver\OptionsResolver.php line 645 {"exception":"[object] (Symfony\\Component\\OptionsResolver\\Exception\\UndefinedOptionsException(code: 0): The option \"usuario\" does not exist. Defined options are: \"action\", \"allow_extra_fields\", \"allow_file_upload\", \"attr\", \"auto_initialize\", \"block_name\", \"by_reference\", \"compound\", \"constraints\", \"csrf_field_name\", \"csrf_message\", \"csrf_protection\", \"csrf_token_id\", \"csrf_token_manager\", \"data\", \"data_class\", \"disabled\", \"empty_data\", \"error_bubbling\", \"error_mapping\", \"extra_fields_message\", \"inherit_data\", \"invalid_message\", \"invalid_message_parameters\", \"label\", \"label_attr\", \"label_format\", \"mapped\", \"method\", \"post_max_size_message\", \"property_path\", \"required\", \"translation_domain\", \"trim\", \"upload_max_size_message\", \"validation_groups\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\OptionsResolver\\OptionsResolver.php:645)"} []
[2020-04-05 23:39:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:39:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:39:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:39:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3e50b1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3e50b1","method":"GET"} []
[2020-04-05 23:40:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:40:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:40:10] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:40:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:40:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:40:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:40:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:40:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:40:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:40:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:40:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"addfc9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/addfc9","method":"GET"} []
[2020-04-05 23:40:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:40:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:40:14] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"GET"} []
[2020-04-05 23:40:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:40:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:40:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:40:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:40:14] request.CRITICAL: Uncaught PHP Exception Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: "The option "usuario" does not exist. Defined options are: "action", "allow_extra_fields", "allow_file_upload", "attr", "auto_initialize", "block_name", "by_reference", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "disabled", "empty_data", "error_bubbling", "error_mapping", "extra_fields_message", "inherit_data", "invalid_message", "invalid_message_parameters", "label", "label_attr", "label_format", "mapped", "method", "post_max_size_message", "property_path", "required", "translation_domain", "trim", "upload_max_size_message", "validation_groups"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\OptionsResolver\OptionsResolver.php line 645 {"exception":"[object] (Symfony\\Component\\OptionsResolver\\Exception\\UndefinedOptionsException(code: 0): The option \"usuario\" does not exist. Defined options are: \"action\", \"allow_extra_fields\", \"allow_file_upload\", \"attr\", \"auto_initialize\", \"block_name\", \"by_reference\", \"compound\", \"constraints\", \"csrf_field_name\", \"csrf_message\", \"csrf_protection\", \"csrf_token_id\", \"csrf_token_manager\", \"data\", \"data_class\", \"disabled\", \"empty_data\", \"error_bubbling\", \"error_mapping\", \"extra_fields_message\", \"inherit_data\", \"invalid_message\", \"invalid_message_parameters\", \"label\", \"label_attr\", \"label_format\", \"mapped\", \"method\", \"post_max_size_message\", \"property_path\", \"required\", \"translation_domain\", \"trim\", \"upload_max_size_message\", \"validation_groups\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\OptionsResolver\\OptionsResolver.php:645)"} []
[2020-04-05 23:40:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:40:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:40:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:40:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"89c88e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/89c88e","method":"GET"} []
[2020-04-05 23:43:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:43:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:43:14] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"GET"} []
[2020-04-05 23:43:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:43:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:43:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:43:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:43:15] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-05 23:43:15] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 23:43:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:43:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:43:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:43:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3dfb8e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3dfb8e","method":"GET"} []
[2020-04-05 23:47:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:47:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:47:20] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"GET"} []
[2020-04-05 23:47:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:47:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:47:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:47:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:47:21] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-05 23:47:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 23:47:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:47:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:47:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:47:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a2a831","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a2a831","method":"GET"} []
[2020-04-05 23:48:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:48:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:48:44] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"GET"} []
[2020-04-05 23:48:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:48:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:48:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:48:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:48:44] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-05 23:48:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 23:48:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:48:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:48:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:48:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d27ea5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d27ea5","method":"GET"} []
[2020-04-05 23:48:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:48:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:48:52] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:48:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:48:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:48:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:48:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:48:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:48:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:48:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:48:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"97d6be","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/97d6be","method":"GET"} []
[2020-04-05 23:48:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:48:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:48:56] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 23:48:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:48:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 23:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:48:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:48:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:48:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:48:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1cb117","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1cb117","method":"GET"} []
[2020-04-05 23:49:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:49:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:49:00] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:49:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:49:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:49:00] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:49:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:49:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:49:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:49:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"adf117","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/adf117","method":"GET"} []
[2020-04-05 23:49:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:49:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:49:06] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"GET"} []
[2020-04-05 23:49:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:49:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:49:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:49:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:49:06] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-05 23:49:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 23:49:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:49:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:49:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:49:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c08969","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c08969","method":"GET"} []
[2020-04-05 23:49:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:49:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:49:12] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"POST"} []
[2020-04-05 23:49:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:49:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:49:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:49:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:49:14] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-05 23:49:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-05 23:49:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:49:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:49:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:49:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7bd311","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7bd311","method":"GET"} []
[2020-04-05 23:50:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:16] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"8","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/8/concluir","method":"POST"} []
[2020-04-05 23:50:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:50:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:50:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:50:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["8"] []
[2020-04-05 23:50:17] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '11' [] []
[2020-04-05 23:50:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-05 23:50:17] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-05 23:50:17] doctrine.DEBUG: UPDATE trabajo SET fecha_fin = ?, observacion_tecnico = ?, id_estado_trabajo = ? WHERE id = ? ["2020-04-05 23:50:17","Se hizo lo que se pudo",3,8] []
[2020-04-05 23:50:17] doctrine.DEBUG: "COMMIT" [] []
[2020-04-05 23:50:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:50:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:18] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 23:50:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:50:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:50:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:50:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:50:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-05 23:50:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:50:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27b596","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/27b596","method":"GET"} []
[2020-04-05 23:50:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:39] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-05 23:50:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:50:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:50:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-05 23:50:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:40] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-05 23:50:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-05 23:50:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"323c23","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/323c23","method":"GET"} []
[2020-04-05 23:50:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:44] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-05 23:50:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-05 23:50:45] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-05 23:50:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:50:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:45] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-05 23:50:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:50:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:50:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:50:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:50:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"863a84","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/863a84","method":"GET"} []
[2020-04-05 23:50:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:50] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:50:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:50:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:50:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:50:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:50:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:50:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:50:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:50:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a1ef5a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a1ef5a","method":"GET"} []
[2020-04-05 23:52:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:52:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:52:54] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 23:52:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:52:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:52:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:52:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-05 23:52:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:52:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:52:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:52:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a3b9ec","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a3b9ec","method":"GET"} []
[2020-04-05 23:53:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:53:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:53:43] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:53:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:53:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:53:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:53:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:53:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:53:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:53:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:53:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"00d199","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/00d199","method":"GET"} []
[2020-04-05 23:53:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:53:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:53:48] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 23:53:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:53:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:53:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-05 23:53:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:53:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:53:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:53:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"adc718","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/adc718","method":"GET"} []
[2020-04-05 23:54:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:54:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:54:12] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-05 23:54:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:54:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:54:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-05 23:54:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:54:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:54:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:54:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7299d7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7299d7","method":"GET"} []
[2020-04-05 23:54:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:54:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:54:26] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 23:54:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-05 23:54:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:54:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:54:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:54:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c880d2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c880d2","method":"GET"} []
[2020-04-05 23:54:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:54:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:54:31] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-05 23:54:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:54:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:54:31] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-05 23:54:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:54:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:54:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:54:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"052891","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/052891","method":"GET"} []
[2020-04-05 23:54:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:54:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:54:38] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-05 23:54:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-05 23:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-05 23:54:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-05 23:54:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-05 23:54:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-05 23:54:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3ac155","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3ac155","method":"GET"} []
[2020-04-06 00:02:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:02:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:02:19] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 00:02:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:02:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:02:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:02:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 00:02:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:02:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:02:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:02:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1bf30f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1bf30f","method":"GET"} []
[2020-04-06 00:02:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:02:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:02:38] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 00:02:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:02:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:02:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:02:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 00:02:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:02:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:02:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:02:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5513d3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5513d3","method":"GET"} []
[2020-04-06 00:02:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:02:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:02:43] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 00:02:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:02:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:02:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 00:02:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:02:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:02:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:02:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b3d13a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b3d13a","method":"GET"} []
[2020-04-06 00:02:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:02:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:02:46] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 00:02:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:02:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:02:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:02:46] php.CRITICAL: Type error: Argument 2 passed to Doctrine\ORM\EntityRepository::findBy() must be of the type array or null, integer given, called in C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php on line 247 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 2 passed to Doctrine\\ORM\\EntityRepository::findBy() must be of the type array or null, integer given, called in C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php on line 247 at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:177)"} []
[2020-04-06 00:02:46] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Type error: Argument 2 passed to Doctrine\ORM\EntityRepository::findBy() must be of the type array or null, integer given, called in C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php on line 247" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 177 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 2 passed to Doctrine\\ORM\\EntityRepository::findBy() must be of the type array or null, integer given, called in C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php on line 247 at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:177)"} []
[2020-04-06 00:02:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:02:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:02:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:02:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"009875","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/009875","method":"GET"} []
[2020-04-06 00:03:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:03:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:03:03] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 00:03:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:03:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:03:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id_estado_trabajo = ? [1] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-06 00:03:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-06 00:03:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:03:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:03:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:03:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"73b1ad","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/73b1ad","method":"GET"} []
[2020-04-06 00:03:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:03:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:03:21] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 00:03:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:03:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id_estado_trabajo = ? [2] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 [] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [11] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-06 00:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-06 00:03:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:03:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:03:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:03:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ad8a88","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ad8a88","method":"GET"} []
[2020-04-06 00:07:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:07:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:07:55] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 00:07:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:07:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:07:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:07:56] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 126 near 'idEstadoTrabjo': Error: Class AdminBundle\Entity\Trabajo has no field or association named idEstadoTrabjo" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 126 near 'idEstadoTrabjo': Error: Class AdminBundle\\Entity\\Trabajo has no field or association named idEstadoTrabjo at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): select a\r\n                        from AdminBundle:Trabajo a                        \t\t\t\t\t\t\t\t\r\n                        where a.idEstadoTrabjo in (1,2)  at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-06 00:07:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:07:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:07:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:07:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"35a96e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/35a96e","method":"GET"} []
[2020-04-06 00:08:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:08:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:08:10] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 00:08:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:08:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:08:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:08:10] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-06 00:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 00:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 00:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-06 00:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-06 00:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-06 00:08:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:08:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:08:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:08:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3cb912","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3cb912","method":"GET"} []
[2020-04-06 00:08:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:08:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:08:19] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"7","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/edit","method":"GET"} []
[2020-04-06 00:08:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:08:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:08:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:08:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-06 00:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-06 00:08:20] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:08:20] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-06 00:08:20] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-06 00:08:20] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-06 00:08:20] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-06 00:08:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 00:08:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:08:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:08:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:08:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8782a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b8782a","method":"GET"} []
[2020-04-06 00:08:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:08:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:08:54] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 00:08:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:08:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:08:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:08:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 00:08:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:08:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3cd93f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3cd93f","method":"GET"} []
[2020-04-06 00:09:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:09:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:09:04] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 00:09:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:09:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:09:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:09:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-06 00:09:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 00:09:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 00:09:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:09:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:09:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:09:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ac8b3b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ac8b3b","method":"GET"} []
[2020-04-06 00:33:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:33:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:33:53] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 00:33:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:33:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:33:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:33:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 00:33:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:33:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:33:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:33:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c70a51","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c70a51","method":"GET"} []
[2020-04-06 00:33:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:33:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:33:58] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:33:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:33:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:33:59] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:37:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:37:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:37:34] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:37:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:37:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:37:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:37:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:37:34] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:37:34] php.CRITICAL: Call to a member function getId() on array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:170)"} []
[2020-04-06 00:37:35] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getId() on array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 170 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:170)"} []
[2020-04-06 00:37:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:37:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:37:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:37:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b3f918","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b3f918","method":"GET"} []
[2020-04-06 00:37:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:37:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:37:54] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:37:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:37:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:37:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:37:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:37:55] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:38:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:38:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:38:37] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:38:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:38:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:38:38] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:38:38] php.CRITICAL: Call to undefined function AdminBundle\Controller\Id() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined function AdminBundle\\Controller\\Id() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:171)"} []
[2020-04-06 00:38:38] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedFunctionException: "Attempted to call function "Id" from namespace "AdminBundle\Controller"." at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 171 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedFunctionException(code: 0): Attempted to call function \"Id\" from namespace \"AdminBundle\\Controller\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:171)"} []
[2020-04-06 00:38:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:38:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:38:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:38:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"582d4c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/582d4c","method":"GET"} []
[2020-04-06 00:38:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:38:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:38:50] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:38:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:38:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:38:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:38:50] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Array to string conversion" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 171 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Array to string conversion at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:171)"} []
[2020-04-06 00:38:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:38:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:38:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:38:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8eab2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b8eab2","method":"GET"} []
[2020-04-06 00:39:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:39:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:39:09] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:39:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:39:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:39:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:39:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:39:10] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:41:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:41:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:41:00] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:41:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:41:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:41:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:41:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:41:01] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:41:01] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined index: Id" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 171 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined index: Id at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:171)"} []
[2020-04-06 00:41:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:41:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:41:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:41:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"238267","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/238267","method":"GET"} []
[2020-04-06 00:41:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:41:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:41:15] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 00:41:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:41:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:41:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:41:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 00:41:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:41:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:41:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:41:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"40ee6e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/40ee6e","method":"GET"} []
[2020-04-06 00:41:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:41:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:41:22] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:41:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:41:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:41:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:41:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:41:22] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:41:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:41:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:41:34] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:41:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:41:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:41:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:41:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:41:34] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:47:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:47:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:47:37] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:47:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:47:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:47:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:47:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:47:38] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:47:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 00:47:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:47:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:47:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:47:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"15fcd7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/15fcd7","method":"GET"} []
[2020-04-06 00:47:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:47:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:47:54] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 00:47:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:47:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:47:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:47:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:47:56] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:47:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 00:47:56] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMInvalidArgumentException: "EntityManager#persist() expects parameter 1 to be an entity object, array given." at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\ORMInvalidArgumentException.php line 170 {"exception":"[object] (Doctrine\\ORM\\ORMInvalidArgumentException(code: 0): EntityManager#persist() expects parameter 1 to be an entity object, array given. at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\ORMInvalidArgumentException.php:170)"} []
[2020-04-06 00:47:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:47:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:47:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:47:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"31979b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/31979b","method":"GET"} []
[2020-04-06 00:49:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:49:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:49:03] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 00:49:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:49:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:49:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:49:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:49:03] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:49:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 00:49:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:49:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:49:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:49:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8a9dbb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8a9dbb","method":"GET"} []
[2020-04-06 00:49:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:49:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:49:08] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 00:49:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:49:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:49:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:49:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:49:09] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:49:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 00:49:09] php.CRITICAL: Call to a member function setFechaSolucion() on array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setFechaSolucion() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:180)"} []
[2020-04-06 00:49:09] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function setFechaSolucion() on array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 180 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setFechaSolucion() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:180)"} []
[2020-04-06 00:49:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 00:49:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:49:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:49:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0066af","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0066af","method":"GET"} []
[2020-04-06 00:49:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 00:49:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 00:49:57] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 00:49:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 00:49:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 00:49:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 00:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 00:49:58] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 00:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 01:05:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:05:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:05:04] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:05:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:05:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:05:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:05:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:05:06] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:05:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 01:05:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 01:05:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:05:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:05:26] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:05:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:05:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:05:28] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:05:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 01:05:29] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'setFechaSolucion'. The method name must start with either findBy or findOneBy!" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 226 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'setFechaSolucion'. The method name must start with either findBy or findOneBy! at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:226)"} []
[2020-04-06 01:05:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:05:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:05:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:05:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"21b72c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/21b72c","method":"GET"} []
[2020-04-06 01:06:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:06:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:06:56] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 01:06:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:06:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:06:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:06:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:06:57] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:06:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 01:06:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:07:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:07:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:07:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ab4600","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ab4600","method":"GET"} []
[2020-04-06 01:07:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:07:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:07:04] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:07:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:07:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:07:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:07:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:07:06] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:07:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 01:07:06] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'setEstado'. The method name must start with either findBy or findOneBy!" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\EntityRepository.php line 226 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'setEstado'. The method name must start with either findBy or findOneBy! at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityRepository.php:226)"} []
[2020-04-06 01:07:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:07:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:07:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:07:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"57b344","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/57b344","method":"GET"} []
[2020-04-06 01:07:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:07:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:07:29] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:07:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:07:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:07:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:07:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:07:30] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:07:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 01:09:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:09:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:09:04] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:09:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:09:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:09:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:09:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:09:06] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 01:11:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:11:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:11:52] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:11:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:11:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:11:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:11:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:11:54] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:11:54] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.id = '10' [] []
[2020-04-06 01:12:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:12:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:12:34] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 01:12:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:12:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:12:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:12:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:12:35] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:12:36] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 01:12:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:12:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ffb12e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ffb12e","method":"GET"} []
[2020-04-06 01:12:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:12:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:12:40] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:12:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:12:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:12:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:12:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:12:42] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:12:42] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.id = '10' [] []
[2020-04-06 01:12:42] php.CRITICAL: Call to a member function setEstado() on array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setEstado() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:183)"} []
[2020-04-06 01:12:42] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function setEstado() on array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 183 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setEstado() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:183)"} []
[2020-04-06 01:12:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:12:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:12:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:12:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b153a4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b153a4","method":"GET"} []
[2020-04-06 01:13:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:13:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:13:28] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:13:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:13:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:13:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:13:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:13:30] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:13:30] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.id = '10' [] []
[2020-04-06 01:14:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:09] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","_route":"trabajo_index","path":"/trabajo/","permanent":true,"scheme":null,"httpPort":8080,"httpsPort":443},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo","method":"GET"} []
[2020-04-06 01:14:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:14:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:14:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:14:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:14:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:11] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 01:14:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:14:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:14:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:14:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-06 01:14:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 01:14:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 01:14:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-06 01:14:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-06 01:14:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-06 01:14:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:14:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"16bb0d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/16bb0d","method":"GET"} []
[2020-04-06 01:14:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:21] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 01:14:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:14:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:14:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:14:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 01:14:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:14:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a7bf4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0a7bf4","method":"GET"} []
[2020-04-06 01:14:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:26] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 01:14:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:14:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:14:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:14:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:14:27] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:14:27] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 01:14:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:14:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"459b36","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/459b36","method":"GET"} []
[2020-04-06 01:14:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:34] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:14:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:14:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:14:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:14:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:14:35] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:14:35] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.id = '10' [] []
[2020-04-06 01:14:35] php.CRITICAL: Call to a member function setEstado() on array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setEstado() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:183)"} []
[2020-04-06 01:14:36] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function setEstado() on array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 183 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setEstado() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:183)"} []
[2020-04-06 01:14:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:14:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:14:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:14:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c72cd6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c72cd6","method":"GET"} []
[2020-04-06 01:17:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:17:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:17:01] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:17:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:17:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:17:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:17:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:17:03] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:17:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [10] []
[2020-04-06 01:17:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:17:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:17:54] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 01:17:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-06 01:17:55] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-06 01:17:55] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-06 01:17:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:17:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:17:56] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-06 01:17:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-06 01:17:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:17:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:17:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"78f477","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/78f477","method":"GET"} []
[2020-04-06 01:19:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:19:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:19:42] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:19:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:19:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:19:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:19:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:19:43] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:19:43] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.id = '10' [] []
[2020-04-06 01:19:43] php.CRITICAL: Call to a member function setEstado() on array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setEstado() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:183)"} []
[2020-04-06 01:19:44] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function setEstado() on array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\TrabajoController.php line 183 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setEstado() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\TrabajoController.php:183)"} []
[2020-04-06 01:19:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:19:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:19:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:19:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"de1859","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/de1859","method":"GET"} []
[2020-04-06 01:20:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:20:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:20:02] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:20:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:20:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:20:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:20:05] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:20:05] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.id = '10' [] []
[2020-04-06 01:24:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:24:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:24:19] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:24:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:24:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:24:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:24:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:24:24] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:24:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 01:24:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:24:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:24:59] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 01:25:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:25:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:25:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:25:01] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:25:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 01:25:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:25:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:25:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:25:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a044fd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a044fd","method":"GET"} []
[2020-04-06 01:25:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:25:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:25:07] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 01:25:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:25:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:25:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:25:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 01:25:09] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 01:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 01:25:09] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 01:25:09] doctrine.DEBUG: UPDATE solicitud SET estado = ?, fecha_solucion = ? WHERE id = ? ["Concluido","2000-01-01 12:00:00",10] []
[2020-04-06 01:25:09] doctrine.DEBUG: UPDATE trabajo SET observacion_tecnico = ? WHERE id = ? ["ahora si",7] []
[2020-04-06 01:25:09] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 01:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-06 01:25:09] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 01:25:09] doctrine.DEBUG: UPDATE trabajo SET fecha_fin = ?, id_estado_trabajo = ? WHERE id = ? ["2020-04-06 01:25:09",3,7] []
[2020-04-06 01:25:09] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 01:25:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:25:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:25:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:25:10] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 01:25:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:25:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:25:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:25:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-06 01:25:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:25:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:25:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:25:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3e2e6c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3e2e6c","method":"GET"} []
[2020-04-06 01:37:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:37:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:37:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 01:37:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:37:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:37:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:37:43] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 01:37:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:37:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:37:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-06 01:37:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 01:37:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 01:37:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:37:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:37:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:37:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:37:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-06 01:37:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 01:37:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 01:37:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:37:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:37:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:37:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b2d4d8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b2d4d8","method":"GET"} []
[2020-04-06 01:37:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:37:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:37:58] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 01:37:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:37:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:37:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:37:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-06 01:37:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 01:37:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 01:37:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:38:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:38:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:38:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"622d38","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/622d38","method":"GET"} []
[2020-04-06 01:40:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:40:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:40:37] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 01:40:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:40:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:40:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-06 01:40:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:40:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:40:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:40:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b568ca","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b568ca","method":"GET"} []
[2020-04-06 01:40:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:40:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:40:40] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-06 01:40:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:40:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:40:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:40:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-06 01:40:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:40:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:40:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:40:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"30d04b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/30d04b","method":"GET"} []
[2020-04-06 01:40:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:40:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:40:55] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 01:40:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:40:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:40:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:40:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 01:40:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:40:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:40:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:40:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dac006","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dac006","method":"GET"} []
[2020-04-06 01:41:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:41:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:41:00] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 01:41:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:41:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:41:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:41:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 [] []
[2020-04-06 01:41:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 01:41:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 01:41:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:41:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:41:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:41:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa9283","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aa9283","method":"GET"} []
[2020-04-06 01:45:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:45:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:45:17] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 01:45:17] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 01:45:17] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 01:45:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 01:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 01:45:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 01:45:18] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 01:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 01:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 01:45:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 01:45:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 01:45:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 01:45:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5dfe45","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5dfe45","method":"GET"} []
[2020-04-06 02:11:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:11:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:11:58] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:11:58] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:11:58] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 02:11:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:11:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:11:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:11:59] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 02:12:00] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Unexpected token "operator" of value ">"." at C:\xampp\htdocs\service\app\Resources\views\solicitud\index.html.twig line 68 {"exception":"[object] (Twig_Error_Syntax(code: 0): Unexpected token \"operator\" of value \">\". at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\index.html.twig:68)"} []
[2020-04-06 02:12:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:12:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:12:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:12:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"07a36b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/07a36b","method":"GET"} []
[2020-04-06 02:12:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:12:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:12:25] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:12:25] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:12:25] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 02:12:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:12:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:12:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:12:26] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 02:12:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:12:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 02:12:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:12:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5a4840","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5a4840","method":"GET"} []
[2020-04-06 02:13:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:13:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:13:27] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 02:13:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:13:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:13:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:13:27] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 02:13:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:13:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 02:13:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:13:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:13:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:13:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f78c0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f78c0","method":"GET"} []
[2020-04-06 02:15:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:15:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:15:21] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:15:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:15:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:15:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:15:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:15:22] php.CRITICAL: Call to a member function getRole() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getRole() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:23)"} []
[2020-04-06 02:15:22] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getRole() on null" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudType.php line 23 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getRole() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudType.php:23)"} []
[2020-04-06 02:15:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:15:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:15:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:15:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ae6820","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ae6820","method":"GET"} []
[2020-04-06 02:19:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:19:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:19:49] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:19:49] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:19:50] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:19:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:19:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:19:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:19:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:19:50] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: bandera" at C:\xampp\htdocs\service\src\AdminBundle\Form\SolicitudConcluidaType.php line 56 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined variable: bandera at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Form\\SolicitudConcluidaType.php:56)"} []
[2020-04-06 02:19:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:19:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:19:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:19:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9ab558","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9ab558","method":"GET"} []
[2020-04-06 02:21:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:21:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:21:23] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:21:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:21:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:21:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:21:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:21:24] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "Doctrine\DBAL\Types\TextType": class does not implement "Symfony\Component\Form\FormTypeInterface"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\FormRegistry.php line 89 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"Doctrine\\DBAL\\Types\\TextType\": class does not implement \"Symfony\\Component\\Form\\FormTypeInterface\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\FormRegistry.php:89)"} []
[2020-04-06 02:21:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:21:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:21:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:21:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e10d9c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e10d9c","method":"GET"} []
[2020-04-06 02:22:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:22:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:22:56] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:22:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:22:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:22:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:22:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:22:57] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "Doctrine\DBAL\Types\TextType": class does not implement "Symfony\Component\Form\FormTypeInterface"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\FormRegistry.php line 89 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"Doctrine\\DBAL\\Types\\TextType\": class does not implement \"Symfony\\Component\\Form\\FormTypeInterface\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\FormRegistry.php:89)"} []
[2020-04-06 02:22:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:22:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:22:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:22:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c44c1d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c44c1d","method":"GET"} []
[2020-04-06 02:23:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:23:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:23:53] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:23:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:23:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:23:54] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "idEmpresa" nor one of the methods "idEmpresa()", "getidEmpresa()"/"isidEmpresa()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\app\Resources\views\solicitud\edit.html.twig line 23 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"idEmpresa\" nor one of the methods \"idEmpresa()\", \"getidEmpresa()\"/\"isidEmpresa()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\edit.html.twig:23)"} []
[2020-04-06 02:23:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:23:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:23:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:23:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"08e2c7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/08e2c7","method":"GET"} []
[2020-04-06 02:30:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:30:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:30:04] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-06 02:30:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:30:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:30:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:30:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-06 02:30:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:30:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:30:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:30:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"806f14","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/806f14","method":"GET"} []
[2020-04-06 02:33:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:33:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:33:19] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:33:19] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:33:20] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:33:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:33:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:33:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:33:21] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "cantidad" nor one of the methods "cantidad()", "getcantidad()"/"iscantidad()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\app\Resources\views\solicitud\concluir.html.twig line 30 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"cantidad\" nor one of the methods \"cantidad()\", \"getcantidad()\"/\"iscantidad()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\concluir.html.twig:30)"} []
[2020-04-06 02:33:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:33:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:33:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:33:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c79469","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c79469","method":"GET"} []
[2020-04-06 02:35:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:35:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:35:21] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:35:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:35:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:35:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:35:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:35:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:35:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-06 02:35:21] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "observacion" nor one of the methods "observacion()", "getobservacion()"/"isobservacion()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\app\Resources\views\solicitud\concluir.html.twig line 44 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"observacion\" nor one of the methods \"observacion()\", \"getobservacion()\"/\"isobservacion()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\solicitud\\concluir.html.twig:44)"} []
[2020-04-06 02:35:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:35:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:35:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:35:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1ff150","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1ff150","method":"GET"} []
[2020-04-06 02:35:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:35:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:35:57] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:35:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:35:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:35:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:35:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-06 02:35:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 02:35:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:35:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:35:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:35:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bca38d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bca38d","method":"GET"} []
[2020-04-06 02:46:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:46:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:46:56] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:46:56] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:46:56] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 02:46:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:46:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:46:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:46:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-06 02:46:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 02:46:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:46:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:46:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:46:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ee1732","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ee1732","method":"GET"} []
[2020-04-06 02:47:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:47:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:47:02] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 02:47:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:47:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:47:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:47:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:47:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:47:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-06 02:47:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 02:47:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:47:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:47:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:47:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"519cc4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/519cc4","method":"GET"} []
[2020-04-06 02:47:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:47:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:47:48] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 02:47:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:47:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:47:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:47:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:47:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:47:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-06 02:47:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 02:47:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:47:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:47:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:47:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9d0c0b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9d0c0b","method":"GET"} []
[2020-04-06 02:47:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:47:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:47:53] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 02:47:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:47:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:47:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:47:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:47:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:47:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-06 02:47:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 02:47:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:47:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:47:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:47:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b3d2b3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b3d2b3","method":"GET"} []
[2020-04-06 02:49:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:49:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:49:46] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:49:46] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:49:46] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 02:49:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:49:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:49:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:49:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:49:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:49:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-06 02:49:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 02:49:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:49:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:49:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:49:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b67d97","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b67d97","method":"GET"} []
[2020-04-06 02:50:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:50:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:50:01] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 02:50:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:50:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:50:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:50:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 02:50:03] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 02:50:03] doctrine.DEBUG: UPDATE solicitud SET estado = ?, observacion_cliente = ? WHERE id = ? ["Pendiente","SIGUE IGUAL",10] []
[2020-04-06 02:50:03] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 02:50:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:50:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:50:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:50:04] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 02:50:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:50:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:50:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:50:04] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 02:50:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:50:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-06 02:50:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:50:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:50:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:50:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6149c5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6149c5","method":"GET"} []
[2020-04-06 02:50:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:50:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:50:51] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"11","bandera":"1","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/11/1","method":"GET"} []
[2020-04-06 02:50:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:50:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:50:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:50:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["11"] []
[2020-04-06 02:50:52] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 02:50:52] doctrine.DEBUG: UPDATE solicitud SET estado = ?, fecha_solucion = ? WHERE id = ? ["Conforme","2020-04-06 02:50:52",11] []
[2020-04-06 02:50:52] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 02:50:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:50:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:50:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:50:53] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 02:50:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:50:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:50:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:50:53] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 02:50:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 02:50:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:50:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:50:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:50:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"30dbfc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/30dbfc","method":"GET"} []
[2020-04-06 02:52:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:52:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:52:21] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:52:21] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 02:52:22] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 02:52:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:52:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:52:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:52:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 02:52:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:52:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:52:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:52:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b92320","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b92320","method":"GET"} []
[2020-04-06 02:52:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:52:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:52:27] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 02:52:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 02:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 02:52:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 02:52:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 02:52:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 02:52:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 02:52:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 02:52:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9577a8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9577a8","method":"GET"} []
[2020-04-06 03:00:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:17] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:00:17] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:00:17] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 03:00:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:00:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:00:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:00:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 03:00:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:00:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bcd2cc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bcd2cc","method":"GET"} []
[2020-04-06 03:00:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:24] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 03:00:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:00:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:00:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:00:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 03:00:25] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 03:00:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 03:00:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:00:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"59fb3a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/59fb3a","method":"GET"} []
[2020-04-06 03:00:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:28] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 03:00:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:00:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 03:00:29] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 03:00:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 03:00:29] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 03:00:29] doctrine.DEBUG: UPDATE solicitud SET estado = ?, fecha_solucion = ? WHERE id = ? ["Concluido","2020-04-06 03:00:29",10] []
[2020-04-06 03:00:29] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 03:00:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-06 03:00:29] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 03:00:29] doctrine.DEBUG: UPDATE trabajo SET fecha_fin = ?, id_estado_trabajo = ? WHERE id = ? ["2020-04-06 03:00:29",3,7] []
[2020-04-06 03:00:29] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 03:00:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:00:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:30] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 03:00:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:00:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:00:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:00:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-06 03:00:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:00:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"315070","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/315070","method":"GET"} []
[2020-04-06 03:00:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:33] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 03:00:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:00:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:00:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:00:34] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 03:00:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 03:00:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:00:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f8ca85","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f8ca85","method":"GET"} []
[2020-04-06 03:00:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:39] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"GET"} []
[2020-04-06 03:00:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:00:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 03:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [13] []
[2020-04-06 03:00:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 03:00:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:00:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a18ebd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a18ebd","method":"GET"} []
[2020-04-06 03:00:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:51] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 03:00:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:00:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:00:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:00:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:00:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 03:00:52] php.CRITICAL: Call to a member function setEstadoTrabajo() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setEstadoTrabajo() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php:167)"} []
[2020-04-06 03:00:52] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function setEstadoTrabajo() on null" at C:\xampp\htdocs\service\src\AdminBundle\Controller\SolicitudController.php line 167 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setEstadoTrabajo() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php:167)"} []
[2020-04-06 03:00:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:00:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:00:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:00:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9d9c95","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9d9c95","method":"GET"} []
[2020-04-06 03:02:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:02:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:02:45] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:02:45] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:02:45] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 03:02:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:02:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:02:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:02:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:02:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 03:02:46] php.CRITICAL: Call to a member function setIdEstadoTrabajo() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setIdEstadoTrabajo() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php:167)"} []
[2020-04-06 03:02:47] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function setIdEstadoTrabajo() on null" at C:\xampp\htdocs\service\src\AdminBundle\Controller\SolicitudController.php line 167 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setIdEstadoTrabajo() on null at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php:167)"} []
[2020-04-06 03:02:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:02:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:02:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:02:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"118c66","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/118c66","method":"GET"} []
[2020-04-06 03:03:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:03:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:03:37] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:03:37] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:03:37] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 03:03:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:03:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:03:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 03:04:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:04:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:04:15] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:04:15] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:04:15] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 03:04:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:04:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:04:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:04:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:04:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 03:05:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:05:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:05:18] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:05:18] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:05:18] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 03:05:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:05:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:05:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:05:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:05:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id_solicitud = ? LIMIT 1 [10] []
[2020-04-06 03:05:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:05:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:05:29] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:05:29] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:05:29] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 03:05:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:05:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:05:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:05:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:05:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id_solicitud = ? LIMIT 1 [10] []
[2020-04-06 03:05:30] php.CRITICAL: Type error: Argument 1 passed to AdminBundle\Entity\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\Entity\TipoEstadoTrabajo or null, integer given, called in C:\xampp\htdocs\service\src\AdminBundle\Controller\SolicitudController.php on line 168 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Entity\\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\\Entity\\TipoEstadoTrabajo or null, integer given, called in C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php on line 168 at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Entity\\Trabajo.php:304)"} []
[2020-04-06 03:05:30] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Type error: Argument 1 passed to AdminBundle\Entity\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\Entity\TipoEstadoTrabajo or null, integer given, called in C:\xampp\htdocs\service\src\AdminBundle\Controller\SolicitudController.php on line 168" at C:\xampp\htdocs\service\src\AdminBundle\Entity\Trabajo.php line 304 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Entity\\Trabajo::setIdEstadoTrabajo() must be an instance of AdminBundle\\Entity\\TipoEstadoTrabajo or null, integer given, called in C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\SolicitudController.php on line 168 at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Entity\\Trabajo.php:304)"} []
[2020-04-06 03:05:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:05:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:05:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:05:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1c99e4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1c99e4","method":"GET"} []
[2020-04-06 03:07:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:07:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:07:10] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:07:10] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\service\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-06 03:07:10] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/0","method":"POST"} []
[2020-04-06 03:07:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:07:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:07:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:07:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:07:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id_solicitud = ? LIMIT 1 [10] []
[2020-04-06 03:07:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-06 03:07:11] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 03:07:11] doctrine.DEBUG: UPDATE solicitud SET observacion_cliente = ? WHERE id = ? ["SIGUE IGUAL, no siempre no",10] []
[2020-04-06 03:07:11] doctrine.DEBUG: UPDATE trabajo SET id_estado_trabajo = ? WHERE id = ? [2,7] []
[2020-04-06 03:07:11] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 03:07:11] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 03:07:11] doctrine.DEBUG: UPDATE solicitud SET estado = ? WHERE id = ? ["Pendiente",10] []
[2020-04-06 03:07:11] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 03:07:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:07:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:07:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:07:12] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 03:07:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:07:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:07:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:07:12] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 03:07:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 03:07:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:07:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:07:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:07:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c459f8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c459f8","method":"GET"} []
[2020-04-06 03:07:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:07:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:07:42] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 03:07:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:07:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:07:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:07:43] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 03:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 03:07:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:07:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:07:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:07:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2c8d11","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2c8d11","method":"GET"} []
[2020-04-06 03:07:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:07:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:07:56] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 03:07:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:07:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:07:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:07:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 03:07:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:07:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:07:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:07:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5ff0ae","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5ff0ae","method":"GET"} []
[2020-04-06 03:08:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:00] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-06 03:08:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:08:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:08:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:08:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 03:08:01] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 03:08:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-06 03:08:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:08:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"df2c25","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/df2c25","method":"GET"} []
[2020-04-06 03:08:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:10] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"POST"} []
[2020-04-06 03:08:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:08:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:08:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:08:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-06 03:08:11] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-06 03:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [10] []
[2020-04-06 03:08:11] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 03:08:11] doctrine.DEBUG: UPDATE solicitud SET estado = ?, fecha_solucion = ? WHERE id = ? ["Concluido","2020-04-06 03:08:11",10] []
[2020-04-06 03:08:11] doctrine.DEBUG: UPDATE trabajo SET observacion_tecnico = ? WHERE id = ? ["ahora si, de nuevo lo hice",7] []
[2020-04-06 03:08:11] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 03:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-06 03:08:11] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 03:08:11] doctrine.DEBUG: UPDATE trabajo SET fecha_fin = ?, id_estado_trabajo = ? WHERE id = ? ["2020-04-06 03:08:11",3,7] []
[2020-04-06 03:08:11] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 03:08:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:08:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:12] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-06 03:08:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:08:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:08:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:08:13] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-06 03:08:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:08:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e93353","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e93353","method":"GET"} []
[2020-04-06 03:08:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:16] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 03:08:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:08:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:08:16] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 03:08:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-06 03:08:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:08:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"953e9a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/953e9a","method":"GET"} []
[2020-04-06 03:08:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:20] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"10","bandera":"1","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/decide/10/1","method":"GET"} []
[2020-04-06 03:08:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:08:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["10"] []
[2020-04-06 03:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id_solicitud = ? LIMIT 1 [10] []
[2020-04-06 03:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [4] []
[2020-04-06 03:08:21] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 03:08:21] doctrine.DEBUG: UPDATE trabajo SET id_estado_trabajo = ? WHERE id = ? [4,7] []
[2020-04-06 03:08:21] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 03:08:21] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-06 03:08:21] doctrine.DEBUG: UPDATE solicitud SET estado = ?, fecha_solucion = ? WHERE id = ? ["Conforme","2020-04-05 21:08:21",10] []
[2020-04-06 03:08:21] doctrine.DEBUG: "COMMIT" [] []
[2020-04-06 03:08:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:08:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:21] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-06 03:08:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:08:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:08:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:08:22] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-06 03:08:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:08:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"350d03","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/350d03","method":"GET"} []
[2020-04-06 03:08:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:25] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-06 03:08:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:08:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:08:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:08:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-06 03:08:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:08:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:08:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:08:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"978be9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/978be9","method":"GET"} []
[2020-04-06 03:31:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:31:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:31:21] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-06 03:31:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-06 03:31:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-06 03:31:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-06 03:31:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-06 03:31:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-06 03:31:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:31:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:31:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f144d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f144d","method":"GET"} []
[2020-04-06 03:31:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:31:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:31:29] request.INFO: Matched route "inventario_index". {"route":"inventario_index","route_parameters":{"_controller":"AdminBundle:Inventario:index","_route":"inventario_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/","method":"GET"} []
[2020-04-06 03:31:29] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Inventario:index" maps to a "AdminBundle\Controller\InventarioController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Inventario:index\" maps to a \"AdminBundle\\Controller\\InventarioController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-06 03:31:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-06 03:31:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-06 03:31:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2e82d8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2e82d8","method":"GET"} []
[2020-04-07 01:33:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:33:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:33:31] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-07 01:33:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-07 01:33:31] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-07 01:33:31] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-07 01:33:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:33:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:33:32] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-07 01:33:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-07 01:33:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:33:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:33:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"540ee1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/540ee1","method":"GET"} []
[2020-04-07 01:33:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:33:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:33:38] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-07 01:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-07 01:33:40] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-07 01:33:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 01:33:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:33:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:33:40] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-07 01:33:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 01:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 01:33:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 01:33:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 01:33:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:33:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:33:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"035e6b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/035e6b","method":"GET"} []
[2020-04-07 01:33:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:33:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:33:51] request.INFO: Matched route "inventario_index". {"route":"inventario_index","route_parameters":{"_controller":"AdminBundle:Inventario:index","_route":"inventario_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/","method":"GET"} []
[2020-04-07 01:33:51] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Inventario:index" maps to a "AdminBundle\Controller\InventarioController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Inventario:index\" maps to a \"AdminBundle\\Controller\\InventarioController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-07 01:33:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:33:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:33:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3697c8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3697c8","method":"GET"} []
[2020-04-07 01:35:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:35:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:35:42] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 01:35:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 01:35:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 01:35:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 01:35:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 01:35:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 01:35:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 01:35:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 01:35:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3233bd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3233bd","method":"GET"} []
[2020-04-07 18:55:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:55:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:55:21] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 18:55:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 18:55:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 18:55:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 18:55:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 18:55:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 18:55:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:55:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:55:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3cae11","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3cae11","method":"GET"} []
[2020-04-07 18:55:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:55:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:55:28] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-07 18:55:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 18:55:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 18:55:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 18:55:29] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-07 18:55:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 18:55:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:55:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:55:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"66e1c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/66e1c2","method":"GET"} []
[2020-04-07 18:55:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:55:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:55:57] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-07 18:55:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 18:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 18:55:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 18:55:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-07 18:55:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 18:55:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:55:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:55:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3b7b89","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3b7b89","method":"GET"} []
[2020-04-07 18:56:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:56:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:56:55] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-07 18:56:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 18:56:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 18:56:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 18:56:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-07 18:56:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 18:56:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:56:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:56:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b89563","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b89563","method":"GET"} []
[2020-04-07 18:59:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:59:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:59:47] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-07 18:59:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 18:59:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 18:59:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 18:59:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-07 18:59:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 18:59:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:59:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:59:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da5713","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/da5713","method":"GET"} []
[2020-04-07 18:59:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:59:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:59:52] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-07 18:59:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 18:59:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 18:59:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 18:59:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-07 18:59:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-07 18:59:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 18:59:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 18:59:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 18:59:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 18:59:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9beaad","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9beaad","method":"GET"} []
[2020-04-07 19:00:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:00:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:00:06] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-07 19:00:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:00:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:00:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:00:06] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-07 19:00:06] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-07 19:00:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 19:00:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:00:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:00:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:00:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a221ad","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a221ad","method":"GET"} []
[2020-04-07 19:00:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:00:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:00:09] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-07 19:00:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:00:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:00:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:00:10] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-07 19:00:10] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-07 19:00:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 19:00:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:00:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:00:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:00:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d41304","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d41304","method":"GET"} []
[2020-04-07 19:00:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:00:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:00:12] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-07 19:00:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:00:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:00:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:00:13] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-07 19:00:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 19:00:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:00:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:00:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:00:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"33abd9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/33abd9","method":"GET"} []
[2020-04-07 19:00:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:00:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:00:17] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-07 19:00:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:00:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:00:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:00:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-07 19:00:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:00:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:00:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:00:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ea13fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ea13fa","method":"GET"} []
[2020-04-07 19:01:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:10] request.INFO: Matched route "inventario_index". {"route":"inventario_index","route_parameters":{"_controller":"AdminBundle:Inventario:index","_route":"inventario_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/","method":"GET"} []
[2020-04-07 19:01:10] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Inventario:index" maps to a "AdminBundle\Controller\InventarioController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Inventario:index\" maps to a \"AdminBundle\\Controller\\InventarioController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-07 19:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"34435a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/34435a","method":"GET"} []
[2020-04-07 19:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"035e6b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/035e6b","method":"GET"} []
[2020-04-07 19:01:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:18] request.INFO: Matched route "inventario_index". {"route":"inventario_index","route_parameters":{"_controller":"AdminBundle:Inventario:index","_route":"inventario_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/inventario/","method":"GET"} []
[2020-04-07 19:01:18] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The _controller value "AdminBundle:Inventario:index" maps to a "AdminBundle\Controller\InventarioController" class, but this class was not found. Create this class or check the spelling of the class and its namespace." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser.php line 90 {"exception":"[object] (InvalidArgumentException(code: 0): The _controller value \"AdminBundle:Inventario:index\" maps to a \"AdminBundle\\Controller\\InventarioController\" class, but this class was not found. Create this class or check the spelling of the class and its namespace. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser.php:90)"} []
[2020-04-07 19:01:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"01b2df","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/01b2df","method":"GET"} []
[2020-04-07 19:01:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:27] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-07 19:01:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:01:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:01:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:01:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:01:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e97050","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e97050","method":"GET"} []
[2020-04-07 19:01:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:32] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 19:01:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:01:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:01:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:01:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 19:01:33] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "inventarios" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 50 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"inventarios\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:50)"} []
[2020-04-07 19:01:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb7038","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bb7038","method":"GET"} []
[2020-04-07 19:01:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:57] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 19:01:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:01:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:01:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:01:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 19:01:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:01:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:01:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:01:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"49bf6e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/49bf6e","method":"GET"} []
[2020-04-07 19:03:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:03:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:03:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 19:03:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:03:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:03:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:03:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 19:03:49] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "sustitucions" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"sustitucions\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:48)"} []
[2020-04-07 19:03:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:03:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:03:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:03:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"17559a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/17559a","method":"GET"} []
[2020-04-07 19:06:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:06:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:06:37] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 19:06:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:06:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:06:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:06:38] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado = 'Conforme' [] []
[2020-04-07 19:06:38] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "sustitucions" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"sustitucions\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:48)"} []
[2020-04-07 19:06:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:06:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:06:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:06:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"586170","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/586170","method":"GET"} []
[2020-04-07 19:47:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:47:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:47:21] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 19:47:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:47:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:47:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:47:22] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado = 'Conforme' [] []
[2020-04-07 19:47:23] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "empresa" nor one of the methods "empresa()", "getempresa()"/"isempresa()" or "__call()" exist and have public access in class "AdminBundle\Entity\Solicitud"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 51 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"empresa\" nor one of the methods \"empresa()\", \"getempresa()\"/\"isempresa()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Solicitud\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:51)"} []
[2020-04-07 19:47:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:47:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:47:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:47:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27ee2a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/27ee2a","method":"GET"} []
[2020-04-07 19:50:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:50:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:50:58] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 19:50:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:50:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:50:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:50:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-07 19:50:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:51:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:51:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:51:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2d2d99","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2d2d99","method":"GET"} []
[2020-04-07 19:56:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:56:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:56:30] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 19:56:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:56:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:56:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:56:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 19:56:30] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "razon" for array with keys "fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, observacionCliente, observacionTecnico, fechaInicio, fechaFin, estado, id, idTecnico" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 55 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"razon\" for array with keys \"fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, observacionCliente, observacionTecnico, fechaInicio, fechaFin, estado, id, idTecnico\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:55)"} []
[2020-04-07 19:56:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:56:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:56:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:56:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b42eef","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b42eef","method":"GET"} []
[2020-04-07 19:56:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:56:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:56:48] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 19:56:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:56:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:56:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:56:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 19:56:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:56:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:56:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:56:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"83d80b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/83d80b","method":"GET"} []
[2020-04-07 19:59:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:59:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:59:01] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 19:59:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:59:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:59:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:59:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 19:59:02] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "trabajos" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/index.html.twig line 48 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"trabajos\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/index.html.twig:48)"} []
[2020-04-07 19:59:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:59:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:59:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:59:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e36cb0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e36cb0","method":"GET"} []
[2020-04-07 19:59:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:59:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:59:55] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 19:59:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 19:59:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 19:59:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 19:59:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 19:59:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 19:59:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 19:59:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 19:59:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aaf6c3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aaf6c3","method":"GET"} []
[2020-04-07 20:00:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 20:00:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 20:00:50] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 20:00:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 20:00:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 20:00:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 20:00:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 20:00:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 20:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 20:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 20:00:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"242769","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/242769","method":"GET"} []
[2020-04-07 20:03:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 20:03:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 20:03:22] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 20:03:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 20:03:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 20:03:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 20:03:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 20:03:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 20:03:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 20:03:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 20:03:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b4ab4d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b4ab4d","method":"GET"} []
[2020-04-07 21:09:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:09:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:09:08] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-07 21:09:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:09:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-07 21:09:09] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-07 21:09:09] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 21:09:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:09:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:09:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:09:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"40ce61","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/40ce61","method":"GET"} []
[2020-04-07 21:40:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:40:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:40:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/show"" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/show\" at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-07 21:40:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:40:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:40:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27ce32","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/27ce32","method":"GET"} []
[2020-04-07 21:40:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:40:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:40:12] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"2","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/2/show","method":"GET"} []
[2020-04-07 21:40:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:40:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:40:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:40:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id = ? ["2"] []
[2020-04-07 21:40:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "AdminBundle\Entity\Material object not found." at C:\xampp\htdocs\service\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 66 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): AdminBundle\\Entity\\Material object not found. at C:\\xampp\\htdocs\\service\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:66)"} []
[2020-04-07 21:40:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:40:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:40:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:40:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"452c71","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/452c71","method":"GET"} []
[2020-04-07 21:41:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:41:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:41:48] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 21:41:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:41:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:41:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:41:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 21:41:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:41:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:41:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:41:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5ec3fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5ec3fa","method":"GET"} []
[2020-04-07 21:44:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:44:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:44:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/show"" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/show\" at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-07 21:44:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:44:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:44:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c18cd6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c18cd6","method":"GET"} []
[2020-04-07 21:44:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:44:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:45:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b4ab4d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b4ab4d","method":"GET"} []
[2020-04-07 21:45:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:45:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:45:02] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-07 21:45:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:45:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:45:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:45:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-07 21:45:03] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-07 21:45:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 21:45:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:45:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:45:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:45:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6d1e51","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6d1e51","method":"GET"} []
[2020-04-07 21:50:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:50:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:50:44] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 21:50:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:50:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:50:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:50:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 21:50:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:50:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:50:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:50:45] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 21:50:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:50:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:50:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:50:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 21:50:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:50:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:50:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:50:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7bf5d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d7bf5d","method":"GET"} []
[2020-04-07 21:50:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:50:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:50:49] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-07 21:50:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:50:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-07 21:50:50] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-07 21:50:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 21:50:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:50:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:50:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:50:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"34feae","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/34feae","method":"GET"} []
[2020-04-07 21:56:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:56:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:56:44] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 21:56:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:56:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:56:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 21:56:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:56:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:56:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:56:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f58d26","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f58d26","method":"GET"} []
[2020-04-07 21:56:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:56:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:56:47] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-07 21:56:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:56:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:56:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:56:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-07 21:56:48] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-07 21:56:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 21:56:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:56:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:56:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:56:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b37aab","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b37aab","method":"GET"} []
[2020-04-07 21:59:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:59:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:59:22] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 21:59:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:59:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:59:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:59:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 21:59:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:59:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:59:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:59:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"636cc7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/636cc7","method":"GET"} []
[2020-04-07 21:59:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:59:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:59:25] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-07 21:59:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:59:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:59:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:59:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-07 21:59:25] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-07 21:59:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 21:59:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:59:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:59:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:59:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f1f64e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f1f64e","method":"GET"} []
[2020-04-07 21:59:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:59:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:59:34] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 21:59:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:59:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:59:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:59:34] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 21:59:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:59:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:59:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:59:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ee31dd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ee31dd","method":"GET"} []
[2020-04-07 21:59:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:59:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:59:38] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"7","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/7/concluir","method":"GET"} []
[2020-04-07 21:59:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 21:59:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 21:59:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 21:59:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["7"] []
[2020-04-07 21:59:38] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '10' [] []
[2020-04-07 21:59:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 21:59:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 21:59:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 21:59:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 21:59:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ce5711","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ce5711","method":"GET"} []
[2020-04-07 22:02:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:02:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:02:18] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 22:02:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:02:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:02:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:02:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 22:02:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:02:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:02:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:02:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"693926","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/693926","method":"GET"} []
[2020-04-07 22:02:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:02:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:02:25] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:02:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:02:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:02:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:02:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-07 22:02:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "AdminBundle\Entity\Sustitucion object not found." at C:\xampp\htdocs\service\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 66 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): AdminBundle\\Entity\\Sustitucion object not found. at C:\\xampp\\htdocs\\service\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:66)"} []
[2020-04-07 22:02:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:02:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:02:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:02:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c35348","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c35348","method":"GET"} []
[2020-04-07 22:13:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:13:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:13:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 22:13:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:13:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:13:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 22:13:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:13:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:13:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:13:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6801e6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6801e6","method":"GET"} []
[2020-04-07 22:13:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:13:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:13:52] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 22:13:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:13:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:13:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:13:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 22:13:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:13:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:13:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:13:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d40c45","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d40c45","method":"GET"} []
[2020-04-07 22:13:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:13:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:13:55] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:13:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:13:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:13:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:13:56] php.CRITICAL: Call to a member function getId() on string {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on string at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:156)"} []
[2020-04-07 22:13:56] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getId() on string" at C:\xampp\htdocs\service\src\AdminBundle\Repository\TusuarioRepository.php line 156 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on string at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Repository\\TusuarioRepository.php:156)"} []
[2020-04-07 22:13:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:13:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:13:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:13:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fb609c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fb609c","method":"GET"} []
[2020-04-07 22:15:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:15:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:15:06] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:15:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:15:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:15:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:15:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:15:07] php.CRITICAL: Call to a member function getId() on array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:85)"} []
[2020-04-07 22:15:07] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getId() on array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\MaterialController.php line 85 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:85)"} []
[2020-04-07 22:15:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:15:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:15:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:15:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"098ff9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/098ff9","method":"GET"} []
[2020-04-07 22:15:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:15:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:15:45] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:15:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:15:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:15:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:15:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:15:46] php.CRITICAL: Call to a member function getId() on array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:84)"} []
[2020-04-07 22:15:46] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function getId() on array" at C:\xampp\htdocs\service\src\AdminBundle\Controller\MaterialController.php line 84 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function getId() on array at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:84)"} []
[2020-04-07 22:15:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:15:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:15:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:15:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f06ae9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f06ae9","method":"GET"} []
[2020-04-07 22:15:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:15:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:15:58] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:15:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:15:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:15:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:15:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:17:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:17:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:17:24] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:17:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:17:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:17:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:17:24] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:17:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:17:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:17:41] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:17:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:17:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:17:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:17:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:17:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:17:41] php.CRITICAL: Call to undefined method AdminBundle\Controller\MaterialController::createCustomForm() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method AdminBundle\\Controller\\MaterialController::createCustomForm() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:88)"} []
[2020-04-07 22:17:41] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "createCustomForm" of class "AdminBundle\Controller\MaterialController"." at C:\xampp\htdocs\service\src\AdminBundle\Controller\MaterialController.php line 88 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"createCustomForm\" of class \"AdminBundle\\Controller\\MaterialController\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\MaterialController.php:88)"} []
[2020-04-07 22:17:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:17:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:17:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:17:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"057a2d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/057a2d","method":"GET"} []
[2020-04-07 22:18:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:18:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:18:14] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:18:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:18:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:18:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:18:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:18:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:18:15] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 37 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:37)"} []
[2020-04-07 22:18:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:18:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:18:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:18:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2722d3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2722d3","method":"GET"} []
[2020-04-07 22:21:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:21:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:21:17] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:21:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:21:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:21:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:21:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:21:18] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 37 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:37)"} []
[2020-04-07 22:21:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:21:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:21:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:21:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7adf0e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7adf0e","method":"GET"} []
[2020-04-07 22:21:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:21:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:21:22] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:21:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:21:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:21:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:21:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:21:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:21:23] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 37 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:37)"} []
[2020-04-07 22:21:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:21:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:21:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:21:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f9a00c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f9a00c","method":"GET"} []
[2020-04-07 22:21:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:21:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:21:27] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 22:21:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:21:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:21:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:21:28] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 22:21:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:21:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:21:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:21:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb7494","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bb7494","method":"GET"} []
[2020-04-07 22:21:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:21:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:21:30] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:21:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:21:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:21:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:21:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:21:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:21:31] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/edit.html.twig line 37 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/edit.html.twig:37)"} []
[2020-04-07 22:21:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:21:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:21:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:21:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"58926c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/58926c","method":"GET"} []
[2020-04-07 22:22:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:22:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:22:37] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:22:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:22:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:22:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:22:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:22:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:22:38] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "edit_form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/edit.html.twig line 28 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"edit_form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/edit.html.twig:28)"} []
[2020-04-07 22:22:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:22:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:22:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:22:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"10a603","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/10a603","method":"GET"} []
[2020-04-07 22:22:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:22:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:22:40] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:22:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:22:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:22:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:22:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:22:41] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "edit_form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/edit.html.twig line 28 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"edit_form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/edit.html.twig:28)"} []
[2020-04-07 22:22:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:22:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:22:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:22:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ef9f49","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ef9f49","method":"GET"} []
[2020-04-07 22:23:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:23:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:23:10] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:23:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:23:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:23:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:23:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:23:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:23:10] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/show.html.twig line 76 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/show.html.twig:76)"} []
[2020-04-07 22:23:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:23:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:23:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:23:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3df7bc","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3df7bc","method":"GET"} []
[2020-04-07 22:23:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:23:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:23:48] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:23:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:23:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:23:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:23:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:23:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:23:48] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "form" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/show.html.twig line 101 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"form\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/show.html.twig:101)"} []
[2020-04-07 22:23:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:23:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:23:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:23:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"72b7d4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/72b7d4","method":"GET"} []
[2020-04-07 22:24:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:24:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:24:06] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:24:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:24:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:24:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:24:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:24:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:24:07] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "sustitucion" does not exist." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/material/show.html.twig line 142 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"sustitucion\" does not exist. at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/material/show.html.twig:142)"} []
[2020-04-07 22:24:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:24:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:24:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:24:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"53bf0e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/53bf0e","method":"GET"} []
[2020-04-07 22:24:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:24:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:24:38] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:24:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:24:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:24:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:24:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:24:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:24:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:24:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:24:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:24:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"db990c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/db990c","method":"GET"} []
[2020-04-07 22:25:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:25:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:25:03] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 22:25:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:25:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:25:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:25:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 22:25:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:25:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:25:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:25:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"41b255","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/41b255","method":"GET"} []
[2020-04-07 22:25:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:25:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:25:38] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 22:25:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:25:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:25:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:25:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 22:25:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:25:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:25:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:25:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4ed350","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4ed350","method":"GET"} []
[2020-04-07 22:25:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:25:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:25:42] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 22:25:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:25:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:25:42] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 22:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 22:25:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:25:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:25:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:25:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eb96f2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/eb96f2","method":"GET"} []
[2020-04-07 22:25:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:25:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:25:55] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 22:25:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:25:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:25:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:25:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 22:25:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:25:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:25:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:25:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"39a5b6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/39a5b6","method":"GET"} []
[2020-04-07 22:31:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:31:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:31:46] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-07 22:31:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:31:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:31:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:31:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-07 22:31:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:31:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:31:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:31:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b2ea98","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b2ea98","method":"GET"} []
[2020-04-07 22:31:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:31:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:31:51] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 22:31:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:31:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:31:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:31:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 22:31:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:31:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:31:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:31:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7c20f5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7c20f5","method":"GET"} []
[2020-04-07 22:31:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:31:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:31:57] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-07 22:31:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:31:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:31:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:31:58] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-07 22:31:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:31:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:31:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:31:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b99a95","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b99a95","method":"GET"} []
[2020-04-07 22:32:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:00] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-07 22:32:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:32:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:32:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:32:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-07 22:32:01] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-07 22:32:01] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-07 22:32:01] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-07 22:32:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:32:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:32:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e15d2f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e15d2f","method":"GET"} []
[2020-04-07 22:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:38] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-07 22:32:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:32:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:32:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:38] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-07 22:32:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-07 22:32:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa3239","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aa3239","method":"GET"} []
[2020-04-07 22:32:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:42] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-07 22:32:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["empresa"] []
[2020-04-07 22:32:43] security.INFO: User has been authenticated successfully. {"username":"empresa"} []
[2020-04-07 22:32:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:32:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:44] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-07 22:32:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:32:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:32:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:32:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:32:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"94a7cb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/94a7cb","method":"GET"} []
[2020-04-07 22:32:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:56] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-07 22:32:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:32:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:32:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:32:56] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-07 22:32:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:32:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:32:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:32:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f091df","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f091df","method":"GET"} []
[2020-04-07 22:33:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:33:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:33:01] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-07 22:33:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:33:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:33:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:33:02] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC [5] []
[2020-04-07 22:33:02] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC [5] []
[2020-04-07 22:33:02] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-07 22:33:02] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-07 22:33:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:33:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:33:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:33:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:33:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3712a4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3712a4","method":"GET"} []
[2020-04-07 22:33:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:33:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:33:32] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-07 22:33:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:33:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:33:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:33:32] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC [5,["1"]] []
[2020-04-07 22:33:32] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC [5,["5"]] []
[2020-04-07 22:33:33] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-07 22:33:33] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"la impresora no enciende","3":"2020-04-07 16:33:33","4":"2020-04-06 15:30:00","5":"2000-01-01 12:00:00","6":"","7":1,"8":5} []
[2020-04-07 22:33:33] doctrine.DEBUG: "COMMIT" [] []
[2020-04-07 22:33:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 22:33:33] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-07 22:33:33] doctrine.DEBUG: INSERT INTO trabajo (id_sustitucion, descripcion, fecha_ingreso, costo, fecha_inicio, fecha_fin, observacion_tecnico, id_solicitud, id_tecnico, id_estado_trabajo, id_tipo_trabajo) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"NULL","2":"","3":"2020-04-07 16:33:33","4":0,"5":"2000-01-01 12:00:00","6":"2000-01-01 12:00:00","7":"","8":12,"9":null,"10":1,"11":null} []
[2020-04-07 22:33:33] doctrine.DEBUG: "COMMIT" [] []
[2020-04-07 22:33:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:33:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:33:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:33:34] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-07 22:33:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:33:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:33:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:33:34] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-07 22:33:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 22:33:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:33:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:33:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:33:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c470b1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c470b1","method":"GET"} []
[2020-04-07 22:33:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:33:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:33:49] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"5","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/show","method":"GET"} []
[2020-04-07 22:33:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:33:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:33:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:33:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:33:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:33:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:33:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eaafb6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/eaafb6","method":"GET"} []
[2020-04-07 22:34:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:00] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-07 22:34:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:34:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:34:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:34:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-07 22:34:00] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:34:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:34:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"528dc7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/528dc7","method":"GET"} []
[2020-04-07 22:34:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:16] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"POST"} []
[2020-04-07 22:34:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:34:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:34:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:34:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-07 22:34:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-07 22:34:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-07 22:34:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-07 22:34:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-07 22:34:18] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:34:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:34:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fa8bc1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fa8bc1","method":"GET"} []
[2020-04-07 22:34:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:50] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-07 22:34:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 22:34:51] php.INFO: User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ContextListener.php:188)"} []
[2020-04-07 22:34:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 22:34:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:51] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-07 22:34:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-07 22:34:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8e8cc7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8e8cc7","method":"GET"} []
[2020-04-07 22:34:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:55] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-07 22:34:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-07 22:34:56] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-07 22:34:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:34:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:56] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-07 22:34:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:34:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:34:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:34:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:34:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:34:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:34:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ded81c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ded81c","method":"GET"} []
[2020-04-07 22:35:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:03] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 22:35:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:35:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:35:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:35:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 22:35:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 22:35:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 22:35:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 22:35:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:35:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"37d8c8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/37d8c8","method":"GET"} []
[2020-04-07 22:35:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:08] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 22:35:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:35:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:35:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:35:08] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 22:35:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:35:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c4451f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c4451f","method":"GET"} []
[2020-04-07 22:35:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:12] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-07 22:35:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:35:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:35:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:35:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-07 22:35:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:35:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d37901","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d37901","method":"GET"} []
[2020-04-07 22:35:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:15] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 22:35:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:35:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:35:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 22:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 22:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 22:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 22:35:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:35:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5da6b0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5da6b0","method":"GET"} []
[2020-04-07 22:35:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:19] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-07 22:35:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:35:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:35:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:35:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:35:19] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-07 22:35:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-07 22:35:19] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-07 22:35:19] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-07 22:35:19] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-07 22:35:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:35:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:35:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:35:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:35:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e474d0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e474d0","method":"GET"} []
[2020-04-07 22:38:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:38:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:38:54] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"POST"} []
[2020-04-07 22:38:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:38:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:38:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:38:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:38:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.id IN (?) [["2"]] []
[2020-04-07 22:38:55] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["6"]] []
[2020-04-07 22:38:55] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-07 22:38:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 22:38:55] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-07 22:38:55] doctrine.DEBUG: UPDATE trabajo SET descripcion = ?, fecha_inicio = ?, id_tecnico = ?, id_estado_trabajo = ?, id_tipo_trabajo = ? WHERE id = ? ["arreglar con prioridad","2020-04-07 16:38:55",6,2,2,9] []
[2020-04-07 22:38:55] doctrine.DEBUG: "COMMIT" [] []
[2020-04-07 22:38:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:38:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:38:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:38:56] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 22:38:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:38:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:38:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:38:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 22:38:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 22:38:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 22:38:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-07 22:38:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 22:38:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 22:38:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:38:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:38:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:38:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"41d523","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/41d523","method":"GET"} []
[2020-04-07 22:38:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:38:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:38:58] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-07 22:38:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:38:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:38:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:38:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-07 22:38:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:38:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:38:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:39:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7edc22","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7edc22","method":"GET"} []
[2020-04-07 22:39:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:39:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:39:07] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 22:39:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:39:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:39:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:39:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 22:39:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:39:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:39:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:39:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c5b154","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c5b154","method":"GET"} []
[2020-04-07 22:39:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:39:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:39:10] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 22:39:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:39:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:39:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:39:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 22:39:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:39:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 22:39:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:39:11] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 22:39:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:39:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:39:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:39:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"96677a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/96677a","method":"GET"} []
[2020-04-07 22:39:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:39:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:39:46] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 22:39:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:39:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:39:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:39:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 22:39:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:39:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 22:39:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:39:46] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 22:39:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:39:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:39:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:39:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7fe24","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d7fe24","method":"GET"} []
[2020-04-07 22:41:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:41:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:41:58] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 22:41:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:41:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:41:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 22:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 22:41:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:41:59] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 22:41:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:42:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:42:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:42:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"70f9c3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/70f9c3","method":"GET"} []
[2020-04-07 22:49:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:49:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:49:26] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 22:49:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:49:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:49:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:49:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 22:49:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:49:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 22:49:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:49:26] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Parameter "idSustitucion" for route "material_new" must match "[^/]++" ("" given) to generate a corresponding URL.")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Parameter \"idSustitucion\" for route \"material_new\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL.\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\InvalidParameterException(code: 0): Parameter \"idSustitucion\" for route \"material_new\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:146)"} []
[2020-04-07 22:49:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:49:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:49:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:49:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"64537f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/64537f","method":"GET"} []
[2020-04-07 22:49:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:49:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:49:46] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 22:49:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:49:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:49:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:49:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 22:49:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:49:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:49:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:49:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"675ba0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/675ba0","method":"GET"} []
[2020-04-07 22:49:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:49:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:49:50] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 22:49:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:49:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:49:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 22:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 22:49:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:49:51] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Parameter "idSustitucion" for route "material_new" must match "[^/]++" ("" given) to generate a corresponding URL.")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Parameter \"idSustitucion\" for route \"material_new\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL.\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\InvalidParameterException(code: 0): Parameter \"idSustitucion\" for route \"material_new\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:146)"} []
[2020-04-07 22:49:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:49:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:49:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:49:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a09f13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a09f13","method":"GET"} []
[2020-04-07 22:50:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:50:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:50:21] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 22:50:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:50:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:50:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:50:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 22:50:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:50:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 22:50:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:50:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:50:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:50:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:50:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2ef0c9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2ef0c9","method":"GET"} []
[2020-04-07 22:52:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:52:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:52:34] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 22:52:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:52:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:52:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:52:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 22:52:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 22:52:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 22:52:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 22:52:35] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 22:52:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:52:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:52:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:52:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b38f2e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b38f2e","method":"GET"} []
[2020-04-07 22:53:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:53:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:53:33] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 22:53:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 22:53:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 22:53:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 22:53:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 22:53:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 22:53:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 22:53:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 22:53:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"266a56","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/266a56","method":"GET"} []
[2020-04-07 23:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:01:34] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:01:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:01:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:01:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:01:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:01:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:01:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:01:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:01:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8ee1d3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8ee1d3","method":"GET"} []
[2020-04-07 23:01:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:01:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:01:39] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 23:01:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:01:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:01:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:01:40] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:01:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 23:01:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 23:01:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:01:40] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 23:01:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:01:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:01:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:01:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"29939a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/29939a","method":"GET"} []
[2020-04-07 23:06:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:06:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:06:49] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:06:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:06:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:06:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:06:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:06:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:06:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:06:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:06:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ee0eef","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ee0eef","method":"GET"} []
[2020-04-07 23:06:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:06:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:06:52] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 23:06:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:06:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:06:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:06:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:06:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 23:06:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 23:06:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:06:52] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 23:06:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:06:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:06:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:06:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eb480e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/eb480e","method":"GET"} []
[2020-04-07 23:08:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:07] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-07 23:08:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:08:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:08:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:08:08] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-07 23:08:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:08:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:08:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5b3e2f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5b3e2f","method":"GET"} []
[2020-04-07 23:08:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:14] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-07 23:08:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:08:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:08:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:08:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:15] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-07 23:08:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-07 23:08:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"208b26","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/208b26","method":"GET"} []
[2020-04-07 23:08:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:19] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-07 23:08:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["empresa"] []
[2020-04-07 23:08:20] security.INFO: User has been authenticated successfully. {"username":"empresa"} []
[2020-04-07 23:08:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:08:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:21] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-07 23:08:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:08:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 23:08:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 23:08:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:08:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"87ef83","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/87ef83","method":"GET"} []
[2020-04-07 23:08:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:34] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-07 23:08:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:08:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 23:08:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 23:08:35] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-07 23:08:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:08:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:08:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"638bb5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/638bb5","method":"GET"} []
[2020-04-07 23:08:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:39] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-07 23:08:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:08:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 23:08:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 23:08:39] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC [5] []
[2020-04-07 23:08:39] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC [5] []
[2020-04-07 23:08:39] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-07 23:08:39] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-07 23:08:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:08:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:08:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:08:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:08:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c58621","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c58621","method":"GET"} []
[2020-04-07 23:09:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:02] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"POST"} []
[2020-04-07 23:09:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:09:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 23:09:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 23:09:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC [5,["1"]] []
[2020-04-07 23:09:03] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC [5,["5"]] []
[2020-04-07 23:09:03] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-07 23:09:03] doctrine.DEBUG: INSERT INTO solicitud (estado, descripcion, fecha_solicitud, fecha_problema, fecha_solucion, observacion_cliente, id_empresa, id_respempresa) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Pendiente","2":"La PC se quemÃ³","3":"2020-04-07 17:09:03","4":"2020-04-07 18:20:00","5":"2000-01-01 12:00:00","6":"","7":1,"8":5} []
[2020-04-07 23:09:03] doctrine.DEBUG: "COMMIT" [] []
[2020-04-07 23:09:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 23:09:03] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-07 23:09:03] doctrine.DEBUG: INSERT INTO trabajo (id_sustitucion, descripcion, fecha_ingreso, costo, fecha_inicio, fecha_fin, observacion_tecnico, id_solicitud, id_tecnico, id_estado_trabajo, id_tipo_trabajo) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"NULL","2":"","3":"2020-04-07 17:09:03","4":0,"5":"2000-01-01 12:00:00","6":"2000-01-01 12:00:00","7":"","8":13,"9":null,"10":1,"11":null} []
[2020-04-07 23:09:03] doctrine.DEBUG: "COMMIT" [] []
[2020-04-07 23:09:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:09:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:04] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-07 23:09:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:09:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 23:09:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 23:09:04] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-07 23:09:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:09:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:09:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b53a3d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b53a3d","method":"GET"} []
[2020-04-07 23:09:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:39] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-07 23:09:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:09:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-07 23:09:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-07 23:09:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:40] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-07 23:09:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-07 23:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"44711a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/44711a","method":"GET"} []
[2020-04-07 23:09:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:44] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-07 23:09:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-07 23:09:45] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-07 23:09:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:09:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:45] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-07 23:09:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:09:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:09:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:09:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:09:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c37496","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c37496","method":"GET"} []
[2020-04-07 23:09:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:50] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-07 23:09:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:09:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:09:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:09:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-07 23:09:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:09:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3f0d88","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3f0d88","method":"GET"} []
[2020-04-07 23:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:55] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-07 23:09:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:09:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:09:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:09:56] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-07 23:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:09:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:09:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:09:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:09:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"92734c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/92734c","method":"GET"} []
[2020-04-07 23:10:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:03] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 23:10:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:10:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"35977b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/35977b","method":"GET"} []
[2020-04-07 23:10:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:10] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"10","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/10/edit","method":"GET"} []
[2020-04-07 23:10:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:10:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:10:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-07 23:10:11] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '13' [] []
[2020-04-07 23:10:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-07 23:10:11] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-07 23:10:11] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-07 23:10:11] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-07 23:10:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:10:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:10:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3744c8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3744c8","method":"GET"} []
[2020-04-07 23:10:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:15] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 23:10:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:10:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b4a86","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6b4a86","method":"GET"} []
[2020-04-07 23:10:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:17] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:10:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:10:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:10:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:10:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:10:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7aded3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7aded3","method":"GET"} []
[2020-04-07 23:10:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:22] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 23:10:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:10:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:10:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:10:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 23:10:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 23:10:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:10:23] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 23:10:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:10:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e744f2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e744f2","method":"GET"} []
[2020-04-07 23:10:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:43] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:10:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:10:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:10:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:10:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:10:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"78dac1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/78dac1","method":"GET"} []
[2020-04-07 23:10:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:45] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 23:10:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:10:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:10:46] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 23:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-07 23:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 23:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 23:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-07 23:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:10:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e5bc09","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e5bc09","method":"GET"} []
[2020-04-07 23:10:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:48] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"10","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/10/edit","method":"GET"} []
[2020-04-07 23:10:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:10:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:10:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:10:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-07 23:10:49] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '13' [] []
[2020-04-07 23:10:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-07 23:10:49] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-07 23:10:49] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-07 23:10:49] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-07 23:10:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:10:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:10:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:10:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:10:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f465db","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f465db","method":"GET"} []
[2020-04-07 23:11:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:09] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"10","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/10/edit","method":"POST"} []
[2020-04-07 23:11:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:11:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:11:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:11:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-07 23:11:10] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-07 23:11:10] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["12"]] []
[2020-04-07 23:11:10] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '13' [] []
[2020-04-07 23:11:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:11:10] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-07 23:11:10] doctrine.DEBUG: UPDATE trabajo SET descripcion = ?, fecha_inicio = ?, id_tecnico = ?, id_estado_trabajo = ?, id_tipo_trabajo = ? WHERE id = ? ["Me parece que es la Fuente","2020-04-07 17:11:10",12,2,1,10] []
[2020-04-07 23:11:10] doctrine.DEBUG: "COMMIT" [] []
[2020-04-07 23:11:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:11:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:11] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 23:11:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:11:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-07 23:11:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 23:11:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:11:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1b8900","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1b8900","method":"GET"} []
[2020-04-07 23:11:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:17] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:11:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:11:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:11:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:11:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:11:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:11:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2cbaff","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2cbaff","method":"GET"} []
[2020-04-07 23:11:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:25] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"10","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/10/new","method":"GET"} []
[2020-04-07 23:11:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:11:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:11:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:11:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-04-07 23:11:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-07 23:11:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 23:11:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:11:26] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 23:11:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:11:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d0604f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d0604f","method":"GET"} []
[2020-04-07 23:11:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:33] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 23:11:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:11:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:11:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:11:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:11:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 23:11:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 23:11:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:11:34] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 23:11:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:11:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:11:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:11:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"220fa0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/220fa0","method":"GET"} []
[2020-04-07 23:13:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:13:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:13:29] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 23:13:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:13:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:13:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-07 23:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 23:13:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:13:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:13:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:13:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8c73c4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8c73c4","method":"GET"} []
[2020-04-07 23:14:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:24] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-07 23:14:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:14:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:14:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:14:24] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-07 23:14:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:14:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"75fe13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/75fe13","method":"GET"} []
[2020-04-07 23:14:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:33] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"10","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/10/concluir","method":"GET"} []
[2020-04-07 23:14:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:14:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:14:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:14:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-07 23:14:34] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '13' [] []
[2020-04-07 23:14:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:14:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:14:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"90cee7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/90cee7","method":"GET"} []
[2020-04-07 23:14:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:37] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-07 23:14:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:14:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:14:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:14:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-07 23:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-07 23:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-07 23:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-07 23:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-07 23:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-07 23:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-07 23:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-07 23:14:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:14:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b3976a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b3976a","method":"GET"} []
[2020-04-07 23:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:40] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:14:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:14:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:14:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:14:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:14:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c22fa8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c22fa8","method":"GET"} []
[2020-04-07 23:14:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:43] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 23:14:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:14:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:14:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:14:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:14:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 23:14:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 23:14:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:14:44] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 23:14:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bebc4b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bebc4b","method":"GET"} []
[2020-04-07 23:14:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:49] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"10","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/10/new","method":"GET"} []
[2020-04-07 23:14:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:14:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:14:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:14:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-04-07 23:14:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-07 23:14:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 [] []
[2020-04-07 23:14:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:14:50] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("idSustitucion") to generate a URL for route "material_new".")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/sustitucion/new.html.twig line 157 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\".\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/sustitucion/new.html.twig:157, Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"idSustitucion\") to generate a URL for route \"material_new\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:134)"} []
[2020-04-07 23:14:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:14:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:14:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:14:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4cbac7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4cbac7","method":"GET"} []
[2020-04-07 23:18:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:18:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:18:49] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:18:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:18:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:18:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:18:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:18:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:18:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:18:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:18:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1dd3a1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1dd3a1","method":"GET"} []
[2020-04-07 23:18:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:18:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:18:58] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 23:18:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:18:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:18:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:18:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:18:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 23:18:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:18:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:19:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:19:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:19:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cd2d11","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cd2d11","method":"GET"} []
[2020-04-07 23:19:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:19:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:19:13] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"10","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/10/new","method":"GET"} []
[2020-04-07 23:19:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:19:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:19:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:19:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-04-07 23:19:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-07 23:19:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:19:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:19:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:19:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:19:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"49182e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/49182e","method":"GET"} []
[2020-04-07 23:29:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:29:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:29:52] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"GET"} []
[2020-04-07 23:29:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:29:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:29:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:29:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:29:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 23:29:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:29:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:29:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:29:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:29:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0c59b5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0c59b5","method":"GET"} []
[2020-04-07 23:30:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:30:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:30:36] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"9","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/9/new","method":"POST"} []
[2020-04-07 23:30:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:30:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:30:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:30:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:30:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-07 23:30:37] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-07 23:30:37] doctrine.DEBUG: INSERT INTO sustitucion (razon, observacion, id_trabajo) VALUES (?, ?, ?) {"1":"La tinta se desparramÃ³ e i [...]","2":"Equipo inservible","3":9} []
[2020-04-07 23:30:37] doctrine.DEBUG: "COMMIT" [] []
[2020-04-07 23:30:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:30:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:30:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:30:38] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-07 23:30:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:30:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:30:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:30:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-07 23:30:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:30:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-07 23:30:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:30:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:30:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:30:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:30:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"78eeb6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/78eeb6","method":"GET"} []
[2020-04-07 23:31:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:31:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:31:49] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"7","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/new","method":"GET"} []
[2020-04-07 23:31:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:31:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:31:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:31:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:31:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:31:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:31:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:31:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3e6a82","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3e6a82","method":"GET"} []
[2020-04-07 23:31:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:31:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/7/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/7/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/7/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/7/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-07 23:31:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:31:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:31:56] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:31:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:31:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:31:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:31:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:31:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:31:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:31:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:31:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f6446","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7f6446","method":"GET"} []
[2020-04-07 23:34:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:35] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:34:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:34:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:34:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:34:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:34:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:34:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"345357","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/345357","method":"GET"} []
[2020-04-07 23:34:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:39] request.INFO: Matched route "sustitucion_new". {"route":"sustitucion_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::newAction","idTrabajo":"10","_route":"sustitucion_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/10/new","method":"GET"} []
[2020-04-07 23:34:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:34:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:34:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:34:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-04-07 23:34:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-07 23:34:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:34:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:34:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8d40c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b8d40c","method":"GET"} []
[2020-04-07 23:34:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:43] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:34:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:34:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:34:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:34:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:34:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bda40b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bda40b","method":"GET"} []
[2020-04-07 23:34:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:46] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-07 23:34:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:34:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:34:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:34:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-07 23:34:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:34:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-07 23:34:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:34:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:34:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b27021","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b27021","method":"GET"} []
[2020-04-07 23:34:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:49] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"7","_route":"material_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/new","method":"GET"} []
[2020-04-07 23:34:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:34:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:34:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:34:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:34:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:34:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"19fb60","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/19fb60","method":"GET"} []
[2020-04-07 23:34:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:34:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:34:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/7/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/material/7/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/7/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/material/7/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-07 23:35:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:35:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:35:35] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 23:35:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:35:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:35:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 23:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 23:35:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:35:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:35:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:35:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"73e03e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/73e03e","method":"GET"} []
[2020-04-07 23:36:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:36:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:36:19] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-07 23:36:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:36:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:36:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:36:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-07 23:36:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:36:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:36:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:36:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"839a2f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/839a2f","method":"GET"} []
[2020-04-07 23:36:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:36:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:36:21] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-07 23:36:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:36:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:36:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:36:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-07 23:36:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:36:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-07 23:36:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:36:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:36:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:36:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:36:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"458756","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/458756","method":"GET"} []
[2020-04-07 23:37:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:37:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:37:05] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-07 23:37:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:37:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:37:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:37:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-07 23:37:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-07 23:37:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-07 23:37:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-07 23:37:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:37:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:37:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:37:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"522367","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/522367","method":"GET"} []
[2020-04-07 23:37:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:37:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:37:08] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-07 23:37:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-07 23:37:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-07 23:37:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-07 23:37:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-07 23:37:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-07 23:37:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-07 23:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-07 23:37:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-07 23:37:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5126d6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5126d6","method":"GET"} []
[2020-04-08 00:05:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:05:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:05:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 00:05:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:05:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:05:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:05:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 00:05:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:05:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:05:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:05:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e8a9ff","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e8a9ff","method":"GET"} []
[2020-04-08 00:05:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:05:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:05:54] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-08 00:05:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:05:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:05:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:05:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-08 00:05:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-08 00:05:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:05:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:05:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:05:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3a73d6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3a73d6","method":"GET"} []
[2020-04-08 00:06:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:06:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:06:02] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 00:06:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:06:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:06:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:06:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 00:06:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:06:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:06:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:06:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"643cfb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/643cfb","method":"GET"} []
[2020-04-08 00:09:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:19] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-08 00:09:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:09:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:09:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-08 00:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-08 00:09:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:09:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"435c00","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/435c00","method":"GET"} []
[2020-04-08 00:09:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:36] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-08 00:09:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:09:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:09:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:09:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-08 00:09:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-08 00:09:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:09:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"479ef7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/479ef7","method":"GET"} []
[2020-04-08 00:09:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:39] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-08 00:09:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:09:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:09:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:09:40] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-08 00:09:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-08 00:09:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"690019","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/690019","method":"GET"} []
[2020-04-08 00:09:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:42] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 00:09:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:09:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:09:42] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 00:09:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:09:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"448375","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/448375","method":"GET"} []
[2020-04-08 00:09:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:52] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 00:09:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:09:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:09:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:09:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 00:09:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:09:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6475af","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6475af","method":"GET"} []
[2020-04-08 00:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:55] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-08 00:09:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:09:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:09:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:09:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-08 00:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-08 00:09:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:09:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:09:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:09:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"80025d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/80025d","method":"GET"} []
[2020-04-08 00:11:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:11:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:11:17] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-08 00:11:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:11:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:11:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:11:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-08 00:11:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-08 00:11:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:11:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:11:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:11:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"80a4c2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/80a4c2","method":"GET"} []
[2020-04-08 00:11:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:11:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:11:30] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 00:11:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:11:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:11:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:11:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 00:11:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:11:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:11:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:11:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eee840","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/eee840","method":"GET"} []
[2020-04-08 00:22:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:22:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:22:07] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-08 00:22:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:22:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:22:08] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-08 00:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-08 00:22:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:22:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:22:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:22:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"33e048","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/33e048","method":"GET"} []
[2020-04-08 00:22:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:22:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:22:21] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 00:22:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:22:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:22:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:22:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 00:22:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:22:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:22:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:22:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"003699","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/003699","method":"GET"} []
[2020-04-08 00:30:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:30:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:30:22] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 00:30:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 00:30:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 00:30:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 00:30:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 00:30:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 00:30:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 00:30:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 00:30:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"56dc76","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/56dc76","method":"GET"} []
[2020-04-08 01:03:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:10] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 01:03:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:03:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:03:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:03:11] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 01:03:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:03:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"96495c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/96495c","method":"GET"} []
[2020-04-08 01:03:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:18] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 01:03:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:03:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:03:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:03:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 01:03:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:03:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"841d49","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/841d49","method":"GET"} []
[2020-04-08 01:03:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:22] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-08 01:03:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:03:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:03:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:03:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-08 01:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-08 01:03:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:03:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"43e0c0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/43e0c0","method":"GET"} []
[2020-04-08 01:03:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:28] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 01:03:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:03:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:03:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:03:29] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 01:03:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:03:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a50bee","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a50bee","method":"GET"} []
[2020-04-08 01:03:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:32] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:03:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:03:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:03:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:03:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:03:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1d0f4d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1d0f4d","method":"GET"} []
[2020-04-08 01:03:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:38] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-08 01:03:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:03:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:03:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:03:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:03:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:03:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"45d679","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/45d679","method":"GET"} []
[2020-04-08 01:04:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:04:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:04:03] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:04:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:04:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:04:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:04:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:04:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:04:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:04:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:04:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:04:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:04:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:04:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"71c068","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/71c068","method":"GET"} []
[2020-04-08 01:04:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:04:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:04:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:04:39] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:04:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:04:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:04:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:04:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:04:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:04:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:04:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:04:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:04:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"27c54a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/27c54a","method":"GET"} []
[2020-04-08 01:04:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:04:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:04:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:04:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:04:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:04:44] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:04:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:04:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:04:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:04:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:04:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:04:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:04:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:04:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aaa764","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/aaa764","method":"GET"} []
[2020-04-08 01:05:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:05:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:05:58] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 01:05:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:05:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:05:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:05:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 01:05:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:06:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:06:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:06:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"81cf12","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/81cf12","method":"GET"} []
[2020-04-08 01:06:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:06:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:06:04] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:06:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:06:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:06:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:06:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:06:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:06:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:06:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:06:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e35cff","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e35cff","method":"GET"} []
[2020-04-08 01:06:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:06:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:06:28] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:06:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:06:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:06:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:06:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:06:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:06:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:06:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:06:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7ff366","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7ff366","method":"GET"} []
[2020-04-08 01:07:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:07:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:07:04] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:07:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:07:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:07:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:07:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:07:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:07:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:07:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:07:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"351797","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/351797","method":"GET"} []
[2020-04-08 01:08:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:08:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:08:08] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:08:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:08:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:08:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:08:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:08:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:08:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:08:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:08:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6a6d1b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6a6d1b","method":"GET"} []
[2020-04-08 01:12:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:12:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:12:58] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:12:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:12:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:12:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:13:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:13:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:13:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8a4e20","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8a4e20","method":"GET"} []
[2020-04-08 01:13:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:13:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:13:02] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:13:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:13:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:13:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:13:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:13:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:13:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:13:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:13:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:13:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1ffee6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1ffee6","method":"GET"} []
[2020-04-08 01:13:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:13:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:13:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:13:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:13:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:13:17] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"POST"} []
[2020-04-08 01:13:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:13:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:13:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:13:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:13:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:13:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:13:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:13:18] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:13:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:13:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:13:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:13:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:13:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:13:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:13:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"87d981","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/87d981","method":"GET"} []
[2020-04-08 01:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:13:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:13:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:38:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:38:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:38:46] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:38:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:38:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:38:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:38:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:38:46] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "precio" nor one of the methods "precio()", "getprecio()"/"isprecio()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/tipotrabajo/edit.html.twig line 49 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"precio\" nor one of the methods \"precio()\", \"getprecio()\"/\"isprecio()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/tipotrabajo/edit.html.twig:49)"} []
[2020-04-08 01:38:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:38:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:38:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:38:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"109d2d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/109d2d","method":"GET"} []
[2020-04-08 01:40:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:40:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:40:57] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:40:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:40:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:40:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:40:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:40:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:40:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:40:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:40:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:40:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:40:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:40:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"acb464","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/acb464","method":"GET"} []
[2020-04-08 01:41:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:41:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:41:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:41:09] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"POST"} []
[2020-04-08 01:41:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:41:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:41:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:41:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:41:10] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 01:41:10] doctrine.DEBUG: UPDATE tipo_trabajo SET estado = ? WHERE id = ? [true,1] []
[2020-04-08 01:41:10] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 01:41:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:41:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:41:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:41:10] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:41:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:41:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:41:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:41:11] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "estado": Expected a Boolean." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Form\Form.php line 1089 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Unable to transform value for property path \"estado\": Expected a Boolean. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Form.php:1089, Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Expected a Boolean. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\BooleanToStringTransformer.php:51)"} []
[2020-04-08 01:41:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:41:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:41:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:41:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9156df","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9156df","method":"GET"} []
[2020-04-08 01:43:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:26] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:43:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:43:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:43:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:43:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:43:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:43:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ea8b1b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ea8b1b","method":"GET"} []
[2020-04-08 01:43:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:39] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:43:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:43:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:43:39] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:43:39] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:43:39] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:43:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:43:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:43:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a3b336","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a3b336","method":"GET"} []
[2020-04-08 01:43:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:43:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:51] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"POST"} []
[2020-04-08 01:43:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:43:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:43:52] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 01:43:52] doctrine.DEBUG: UPDATE tipo_trabajo SET estado = ? WHERE id = ? ["Activo",1] []
[2020-04-08 01:43:52] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 01:43:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:43:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:52] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:43:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:43:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:43:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:43:53] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:43:53] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:43:53] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:43:53] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:43:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:43:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c5519d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c5519d","method":"GET"} []
[2020-04-08 01:43:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:43:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:43:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:44:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:06] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:44:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:44:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:44:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:44:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:44:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:44:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3fce13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3fce13","method":"GET"} []
[2020-04-08 01:44:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:28] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"2","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit","method":"GET"} []
[2020-04-08 01:44:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:44:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["2"] []
[2020-04-08 01:44:29] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:44:29] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:44:29] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:44:29] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:44:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:44:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"913e8b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/913e8b","method":"GET"} []
[2020-04-08 01:44:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/2/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/2/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:44:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:34] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"2","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit","method":"POST"} []
[2020-04-08 01:44:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:44:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:44:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["2"] []
[2020-04-08 01:44:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:44:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:36] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"2","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit","method":"GET"} []
[2020-04-08 01:44:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:44:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:44:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:44:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["2"] []
[2020-04-08 01:44:36] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:44:36] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:44:36] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:44:36] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:44:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:44:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"50a4e9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/50a4e9","method":"GET"} []
[2020-04-08 01:44:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:44:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:44:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/2/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/2/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:46:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:46:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:46:43] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"2","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit","method":"GET"} []
[2020-04-08 01:46:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:46:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["2"] []
[2020-04-08 01:46:44] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:46:44] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:46:44] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:46:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:46:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:46:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ee7ca8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ee7ca8","method":"GET"} []
[2020-04-08 01:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:46:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/2/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/2/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:46:49] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"2","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit","method":"POST"} []
[2020-04-08 01:46:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:46:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["2"] []
[2020-04-08 01:46:50] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 01:46:50] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:46:50] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:46:50] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:46:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:46:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:46:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:46:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:46:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d1bd4c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d1bd4c","method":"GET"} []
[2020-04-08 01:46:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:46:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:46:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/2/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/2/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:46:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:46:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:46:59] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"2","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit","method":"POST"} []
[2020-04-08 01:46:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:46:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:46:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:47:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["2"] []
[2020-04-08 01:47:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 01:47:00] doctrine.DEBUG: UPDATE tipo_trabajo SET estado = ? WHERE id = ? ["Inactivo",2] []
[2020-04-08 01:47:00] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 01:47:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:47:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:47:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:47:01] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"2","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit","method":"GET"} []
[2020-04-08 01:47:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:47:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:47:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:47:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["2"] []
[2020-04-08 01:47:01] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:47:01] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:47:01] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:47:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:47:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:47:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:47:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:47:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:47:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:47:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b92a81","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b92a81","method":"GET"} []
[2020-04-08 01:47:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/2/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/2/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:47:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:47:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:47:49] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"2","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/2/edit","method":"POST"} []
[2020-04-08 01:47:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:47:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:47:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:47:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["2"] []
[2020-04-08 01:47:50] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 01:47:50] doctrine.DEBUG: UPDATE tipo_trabajo SET estado = ? WHERE id = ? ["Activo",2] []
[2020-04-08 01:47:50] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 01:47:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:47:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:47:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:47:51] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:47:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:47:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:47:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:47:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:47:52] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "precio" nor one of the methods "precio()", "getprecio()"/"isprecio()" or "__call()" exist and have public access in class "AdminBundle\Entity\TipoTrabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/tipotrabajo/index.html.twig line 55 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"precio\" nor one of the methods \"precio()\", \"getprecio()\"/\"isprecio()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\TipoTrabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/tipotrabajo/index.html.twig:55)"} []
[2020-04-08 01:47:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:47:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:47:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:47:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"37abef","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/37abef","method":"GET"} []
[2020-04-08 01:48:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:48:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:48:26] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:48:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:48:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:48:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:48:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:48:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:48:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:48:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:48:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3c7363","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3c7363","method":"GET"} []
[2020-04-08 01:48:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:48:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:48:39] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:48:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:48:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:48:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:48:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:48:40] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:48:40] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:48:40] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:48:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:48:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:48:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:48:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:48:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"943b59","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/943b59","method":"GET"} []
[2020-04-08 01:48:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:48:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:48:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:50:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:50:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:50:42] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-08 01:50:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:50:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:50:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:50:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-08 01:50:42] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t3_.estado = 'Activo' AND t5_.id = 9 [] []
[2020-04-08 01:50:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-08 01:50:42] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:50:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:50:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:50:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:50:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"786b29","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/786b29","method":"GET"} []
[2020-04-08 01:50:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:50:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:50:50] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-08 01:50:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:50:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-08 01:50:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-08 01:50:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:50:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:50:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:50:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"42c97b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/42c97b","method":"GET"} []
[2020-04-08 01:50:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:50:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:50:53] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-08 01:50:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:50:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:50:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:50:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-08 01:50:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-08 01:50:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-08 01:50:54] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-08 01:50:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-08 01:50:54] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-08 01:50:54] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-08 01:50:54] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 01:50:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:50:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:50:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:50:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:50:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4f690d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4f690d","method":"GET"} []
[2020-04-08 01:51:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:51:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:51:08] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"POST"} []
[2020-04-08 01:51:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:51:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:51:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:51:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:51:09] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 01:51:09] doctrine.DEBUG: UPDATE tipo_trabajo SET estado = ? WHERE id = ? ["Inactivo",1] []
[2020-04-08 01:51:09] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 01:51:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:51:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:51:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:51:09] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:51:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:51:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:51:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:51:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:51:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:51:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:51:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:51:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7b45f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c7b45f","method":"GET"} []
[2020-04-08 01:51:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:51:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:51:16] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-08 01:51:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:51:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:51:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:51:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-08 01:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-08 01:51:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-08 01:51:17] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-08 01:51:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-08 01:51:17] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-08 01:51:17] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-08 01:51:17] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 01:51:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:51:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:51:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:51:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:51:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2e72f0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2e72f0","method":"GET"} []
[2020-04-08 01:51:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:51:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:51:22] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-08 01:51:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:51:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:51:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:51:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-08 01:51:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-08 01:51:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-08 01:51:23] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-08 01:51:23] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ [] []
[2020-04-08 01:51:23] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-08 01:51:23] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-08 01:51:23] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 01:51:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:51:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:51:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"028ded","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/028ded","method":"GET"} []
[2020-04-08 01:54:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:54:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:54:43] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-08 01:54:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:54:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:54:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:54:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-08 01:54:43] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 64: Error: Expected Literal, got '"'" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 52 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 64: Error: Expected Literal, got '\"' at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:52, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\TipoTrabajo p WHERE p.estado = \"Activo\" ORDER BY p.nombre ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-08 01:54:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:54:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:54:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:54:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"81e301","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/81e301","method":"GET"} []
[2020-04-08 01:55:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:55:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:55:03] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-08 01:55:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:55:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:55:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:55:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-08 01:55:04] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 63: Error: Expected Literal, got '='" at C:\xampp\htdocs\service\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 52 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 63: Error: Expected Literal, got '=' at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:52, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM AdminBundle\\Entity\\TipoTrabajo p WHERE p.estado == \"Activo\" ORDER BY p.nombre ASC at C:\\xampp\\htdocs\\service\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-04-08 01:55:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:55:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:55:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:55:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"21ae7d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/21ae7d","method":"GET"} []
[2020-04-08 01:56:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:56:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:56:11] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-08 01:56:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:56:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:56:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:56:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-08 01:56:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-08 01:56:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-08 01:56:11] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-08 01:56:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.id LIKE ? ORDER BY t0_.nombre ASC ["Activo"] []
[2020-04-08 01:56:11] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-08 01:56:12] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-08 01:56:12] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 01:56:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:56:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:56:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:56:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:56:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a930d3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a930d3","method":"GET"} []
[2020-04-08 01:56:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:56:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:56:48] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-08 01:56:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:56:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:56:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:56:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-08 01:56:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-08 01:56:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-08 01:56:49] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-08 01:56:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.estado LIKE ? ORDER BY t0_.nombre ASC ["Activo"] []
[2020-04-08 01:56:49] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-08 01:56:49] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-08 01:56:49] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 01:56:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:56:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:56:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:56:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:56:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5fa312","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5fa312","method":"GET"} []
[2020-04-08 01:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:57:23] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 01:57:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:57:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:57:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:57:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:57:24] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:57:24] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:57:24] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:57:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:57:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:57:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:57:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:57:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:57:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:57:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1b762b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1b762b","method":"GET"} []
[2020-04-08 01:57:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:57:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:57:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:57:30] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"POST"} []
[2020-04-08 01:57:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:57:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:57:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:57:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 01:57:31] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 01:57:31] doctrine.DEBUG: UPDATE tipo_trabajo SET estado = ? WHERE id = ? ["Activo",1] []
[2020-04-08 01:57:31] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 01:57:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:57:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:57:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:57:32] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 01:57:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:57:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:57:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:57:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 01:57:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:57:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:57:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:57:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0874ec","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0874ec","method":"GET"} []
[2020-04-08 01:57:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:57:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:57:34] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-08 01:57:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:57:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:57:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:57:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-08 01:57:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-08 01:57:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-08 01:57:35] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-08 01:57:35] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.estado LIKE ? ORDER BY t0_.nombre ASC ["Activo"] []
[2020-04-08 01:57:35] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-08 01:57:35] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-08 01:57:35] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 01:57:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:57:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:57:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:57:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:57:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bd5956","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bd5956","method":"GET"} []
[2020-04-08 01:58:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:58:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:58:42] request.INFO: Matched route "tipotrabajo_new". {"route":"tipotrabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::newAction","_route":"tipotrabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new","method":"GET"} []
[2020-04-08 01:58:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:58:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:58:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:58:43] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "precio" nor one of the methods "precio()", "getprecio()"/"isprecio()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/tipotrabajo/new.html.twig line 40 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"precio\" nor one of the methods \"precio()\", \"getprecio()\"/\"isprecio()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/tipotrabajo/new.html.twig:40)"} []
[2020-04-08 01:58:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:58:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:58:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:58:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"008fb9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/008fb9","method":"GET"} []
[2020-04-08 01:59:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:59:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:59:15] request.INFO: Matched route "tipotrabajo_new". {"route":"tipotrabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::newAction","_route":"tipotrabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new","method":"GET"} []
[2020-04-08 01:59:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:59:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:59:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:59:16] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:59:16] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:59:16] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:59:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:59:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:59:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:59:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:59:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7ee63c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7ee63c","method":"GET"} []
[2020-04-08 01:59:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:59:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:59:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 01:59:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:59:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:59:20] request.INFO: Matched route "tipotrabajo_new". {"route":"tipotrabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::newAction","_route":"tipotrabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new","method":"POST"} []
[2020-04-08 01:59:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 01:59:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 01:59:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 01:59:21] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 01:59:21] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 01:59:21] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 01:59:21] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 01:59:21] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 01:59:21] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 01:59:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 01:59:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 01:59:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:59:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:59:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bf978c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bf978c","method":"GET"} []
[2020-04-08 01:59:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 01:59:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 01:59:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 02:00:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:01] request.INFO: Matched route "tipotrabajo_new". {"route":"tipotrabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::newAction","_route":"tipotrabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new","method":"POST"} []
[2020-04-08 02:00:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:00:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:00:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:00:02] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 02:00:02] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 02:00:02] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 02:00:02] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 02:00:03] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 02:00:03] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 02:00:03] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 02:00:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:00:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0865d9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0865d9","method":"GET"} []
[2020-04-08 02:00:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 02:00:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:09] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 02:00:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:00:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:00:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:00:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 02:00:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:00:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0f044e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0f044e","method":"GET"} []
[2020-04-08 02:00:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:20] request.INFO: Matched route "tipotrabajo_new". {"route":"tipotrabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::newAction","_route":"tipotrabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new","method":"GET"} []
[2020-04-08 02:00:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:00:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:00:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:00:21] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 02:00:21] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 02:00:21] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 02:00:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:00:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:00:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"15b690","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/15b690","method":"GET"} []
[2020-04-08 02:00:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/new")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 02:00:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:49] request.INFO: Matched route "tipotrabajo_new". {"route":"tipotrabajo_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::newAction","_route":"tipotrabajo_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/new","method":"POST"} []
[2020-04-08 02:00:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:00:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:00:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:00:50] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 02:00:50] doctrine.DEBUG: INSERT INTO tipo_trabajo (nombre, sigla, descripcion, estado) VALUES (?, ?, ?, ?) {"1":"Mantenimiento Extremo","2":"M-EXT","3":"Cambio total del Equipo<br>","4":"Inactivo"} []
[2020-04-08 02:00:50] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 02:00:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:00:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:50] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"3","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/3/show","method":"GET"} []
[2020-04-08 02:00:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:00:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:00:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:00:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["3"] []
[2020-04-08 02:00:51] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "precio" nor one of the methods "precio()", "getprecio()"/"isprecio()" or "__call()" exist and have public access in class "AdminBundle\Entity\TipoTrabajo"." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/tipotrabajo/show.html.twig line 72 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"precio\" nor one of the methods \"precio()\", \"getprecio()\"/\"isprecio()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\TipoTrabajo\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/tipotrabajo/show.html.twig:72)"} []
[2020-04-08 02:00:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:00:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3bca89","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3bca89","method":"GET"} []
[2020-04-08 02:02:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:02:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:02:31] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"3","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/3/show","method":"GET"} []
[2020-04-08 02:02:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:02:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:02:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:02:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["3"] []
[2020-04-08 02:02:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:02:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:02:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:02:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a97f7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0a97f7","method":"GET"} []
[2020-04-08 02:04:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:04:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:04:27] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"3","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/3/show","method":"GET"} []
[2020-04-08 02:04:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:04:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:04:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:04:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["3"] []
[2020-04-08 02:04:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:04:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:04:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:04:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c522ed","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c522ed","method":"GET"} []
[2020-04-08 02:04:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:04:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:04:51] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"3","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/3/show","method":"GET"} []
[2020-04-08 02:04:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:04:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["3"] []
[2020-04-08 02:04:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:04:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:04:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:04:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"768d39","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/768d39","method":"GET"} []
[2020-04-08 02:04:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:04:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:04:56] request.INFO: Matched route "tipotrabajo_delete". {"route":"tipotrabajo_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::deleteAction","id":"3","_route":"tipotrabajo_delete"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/3/delete","method":"DELETE"} []
[2020-04-08 02:04:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:04:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:04:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:04:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["3"] []
[2020-04-08 02:04:57] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 02:04:57] doctrine.DEBUG: DELETE FROM tipo_trabajo WHERE id = ? [3] []
[2020-04-08 02:04:57] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 02:04:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:04:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:04:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:04:58] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 02:04:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:04:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:04:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:04:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 02:04:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:04:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:04:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:04:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7c6804","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7c6804","method":"GET"} []
[2020-04-08 02:05:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:12] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 02:05:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:05:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:05:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:05:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 02:05:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:05:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2b8398","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2b8398","method":"GET"} []
[2020-04-08 02:05:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:16] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-08 02:05:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:05:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:05:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:05:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 02:05:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:05:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f6d097","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f6d097","method":"GET"} []
[2020-04-08 02:05:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:23] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-08 02:05:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:05:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:05:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:05:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 02:05:24] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-08 02:05:24] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-08 02:05:24] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-08 02:05:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:05:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:05:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"81ffa8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/81ffa8","method":"GET"} []
[2020-04-08 02:05:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-08 02:05:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:50] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-08 02:05:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:05:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:05:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:05:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 02:05:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:05:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:05:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:05:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b5a846","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b5a846","method":"GET"} []
[2020-04-08 02:07:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:07:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:07:23] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-08 02:07:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:07:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:07:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:07:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-08 02:07:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:07:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:07:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:07:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e63580","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e63580","method":"GET"} []
[2020-04-08 02:07:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:07:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:07:33] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 02:07:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:07:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:07:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:07:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 02:07:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:07:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:07:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:07:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"43f65b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/43f65b","method":"GET"} []
[2020-04-08 02:07:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:07:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:07:42] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:07:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:07:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:07:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:07:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:07:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:07:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"82d7d5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/82d7d5","method":"GET"} []
[2020-04-08 02:15:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:15:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:15:59] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 02:15:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:15:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:15:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:15:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 02:15:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:16:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:16:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:16:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d39130","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d39130","method":"GET"} []
[2020-04-08 02:16:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:16:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:16:07] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 02:16:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:16:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:16:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:16:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 02:16:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:16:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:16:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:16:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"57cd00","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/57cd00","method":"GET"} []
[2020-04-08 02:16:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:16:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:16:50] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:16:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:16:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:16:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:16:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:16:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:16:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:16:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:16:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"84041b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/84041b","method":"GET"} []
[2020-04-08 02:17:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:17:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:17:04] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-08 02:17:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:17:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:17:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:17:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:17:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:17:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:17:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a0b0ee","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a0b0ee","method":"GET"} []
[2020-04-08 02:17:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:17:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:17:56] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-08 02:17:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:17:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:17:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:17:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:17:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:17:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:17:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2385eb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2385eb","method":"GET"} []
[2020-04-08 02:18:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:18:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:18:09] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:18:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:18:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:18:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:18:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:18:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:18:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:18:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:18:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4de803","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4de803","method":"GET"} []
[2020-04-08 02:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:18:40] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:18:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:18:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:18:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:18:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:18:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:18:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:18:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:18:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4cb27","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d4cb27","method":"GET"} []
[2020-04-08 02:18:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:18:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:18:54] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 02:18:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:18:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:18:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:18:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 02:18:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:18:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:18:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:18:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:18:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6fa179","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6fa179","method":"GET"} []
[2020-04-08 02:21:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:21:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:21:32] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"POST"} []
[2020-04-08 02:21:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:21:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:21:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:21:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 02:21:32] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["5"]] []
[2020-04-08 02:21:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-08 02:21:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-08 02:21:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-08 02:21:34] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 02:21:34] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, telefono = ?, password = ? WHERE id = ? ["3","72502289","$2y$13$DllPNLC3u7PGF6VodI8 [...]",2] []
[2020-04-08 02:21:34] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 02:21:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:21:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:21:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:21:34] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:21:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:21:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:21:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:21:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:21:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:21:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:21:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:21:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"021d80","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/021d80","method":"GET"} []
[2020-04-08 02:22:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:03] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"GET"} []
[2020-04-08 02:22:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:22:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:22:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:22:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-08 02:22:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 02:22:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:22:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 02:22:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:22:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:22:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:22:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8b8bec","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8b8bec","method":"GET"} []
[2020-04-08 02:22:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:16] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"POST"} []
[2020-04-08 02:22:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:22:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-08 02:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 02:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:22:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-08 02:22:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 02:22:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 02:22:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 02:22:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 02:22:17] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 02:22:17] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, cargo = ?, password = ? WHERE id = ? ["312","Encargado Empresa","$2y$13$qpt8KvPHzN228v5X31t [...]",5] []
[2020-04-08 02:22:17] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 02:22:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:22:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:18] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"GET"} []
[2020-04-08 02:22:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:22:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:22:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:22:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-08 02:22:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 02:22:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:22:18] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 02:22:18] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:22:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:22:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:22:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2711c9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2711c9","method":"GET"} []
[2020-04-08 02:22:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:30] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"POST"} []
[2020-04-08 02:22:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:22:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 02:22:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 02:22:32] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 02:22:32] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["312","$2y$13$mT79BK9PLzUjYK5wUZA [...]",5] []
[2020-04-08 02:22:32] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 02:22:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:22:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:33] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"GET"} []
[2020-04-08 02:22:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:22:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:22:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:22:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-08 02:22:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 02:22:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:22:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 02:22:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:22:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:22:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:22:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6542ee","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6542ee","method":"GET"} []
[2020-04-08 02:22:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:56] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-08 02:22:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:22:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:22:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:22:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:22:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:22:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:22:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3a6302","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3a6302","method":"GET"} []
[2020-04-08 02:23:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:23:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:23:36] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 02:23:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:23:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:23:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:23:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 02:23:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:23:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:23:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:23:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:23:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"52e818","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/52e818","method":"GET"} []
[2020-04-08 02:23:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:23:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:23:42] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:23:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:23:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:23:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:23:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:23:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:23:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:23:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:23:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c0505d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c0505d","method":"GET"} []
[2020-04-08 02:26:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:37] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:26:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:26:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:26:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:26:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:26:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:26:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2850b3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2850b3","method":"GET"} []
[2020-04-08 02:26:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:45] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-08 02:26:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:26:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:26:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:26:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2807fa","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2807fa","method":"GET"} []
[2020-04-08 02:26:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:49] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-08 02:26:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:26:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:26:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:26:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:49] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-08 02:26:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 02:26:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c6f1ea","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c6f1ea","method":"GET"} []
[2020-04-08 02:26:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:54] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-08 02:26:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["empresa"] []
[2020-04-08 02:26:55] security.INFO: User has been authenticated successfully. {"username":"empresa"} []
[2020-04-08 02:26:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:26:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:56] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 02:26:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:26:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:26:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:26:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:26:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:26:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:26:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b186dd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b186dd","method":"GET"} []
[2020-04-08 02:27:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:04] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"5","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/show","method":"GET"} []
[2020-04-08 02:27:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:27:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:27:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:27:05] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "index" as such route does not exist.")." at C:\xampp\htdocs\service\src\AdminBundle/Resources/views/empleado/show.html.twig line 178 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"index\" as such route does not exist.\"). at C:\\xampp\\htdocs\\service\\src\\AdminBundle/Resources/views/empleado/show.html.twig:178, Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"index\" as such route does not exist. at C:\\xampp\\htdocs\\service\\var\\cache\\dev\\appDevDebugProjectContainerUrlGenerator.php:107)"} []
[2020-04-08 02:27:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:27:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5eb35c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5eb35c","method":"GET"} []
[2020-04-08 02:27:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:32] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"5","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/show","method":"GET"} []
[2020-04-08 02:27:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:27:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:27:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:27:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:27:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5f8813","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/5f8813","method":"GET"} []
[2020-04-08 02:27:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:38] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 02:27:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:27:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:27:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:27:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:27:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a664e3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a664e3","method":"GET"} []
[2020-04-08 02:27:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:45] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 02:27:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:27:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:27:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:27:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:27:45] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:27:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:27:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a3c111","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a3c111","method":"GET"} []
[2020-04-08 02:27:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:49] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:27:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:27:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:27:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:27:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:27:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:27:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:27:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:27:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1e2099","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1e2099","method":"GET"} []
[2020-04-08 02:28:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:28:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:28:39] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:28:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:28:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:28:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:28:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:28:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:28:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:28:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:28:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4df5cf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4df5cf","method":"GET"} []
[2020-04-08 02:28:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:28:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:28:48] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:28:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:28:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:28:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:28:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:28:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:28:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:28:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:28:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"37069e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/37069e","method":"GET"} []
[2020-04-08 02:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:28:52] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 02:28:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:28:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:28:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:28:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:28:52] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:28:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:28:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:28:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:28:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"82a366","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/82a366","method":"GET"} []
[2020-04-08 02:28:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:28:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:28:57] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 02:28:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:28:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:28:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:28:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:28:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:28:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:28:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4863c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d4863c","method":"GET"} []
[2020-04-08 02:29:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:29:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:29:02] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 02:29:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:29:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:29:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:29:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:29:02] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:29:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:29:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:29:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:29:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"521604","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/521604","method":"GET"} []
[2020-04-08 02:29:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:29:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:29:10] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"POST"} []
[2020-04-08 02:29:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:29:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 02:29:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 02:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 02:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 02:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 02:29:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:29:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:29:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:29:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:29:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8d9ee0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8d9ee0","method":"GET"} []
[2020-04-08 02:31:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:22] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:31:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:31:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:31:23] php.INFO: User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ContextListener.php:188)"} []
[2020-04-08 02:31:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:31:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:31:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:31:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"713bf6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/713bf6","method":"GET"} []
[2020-04-08 02:31:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:40] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-08 02:31:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:31:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 02:31:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 02:31:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:40] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-08 02:31:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 02:31:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"101f6c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/101f6c","method":"GET"} []
[2020-04-08 02:31:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:44] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-08 02:31:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-08 02:31:45] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-08 02:31:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:31:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:45] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 02:31:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:31:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:31:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:31:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:31:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a7c6c4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a7c6c4","method":"GET"} []
[2020-04-08 02:31:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:50] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 02:31:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:31:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:31:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:31:50] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:31:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:31:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"72ab8e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/72ab8e","method":"GET"} []
[2020-04-08 02:31:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:58] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 02:31:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:31:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:31:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:31:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 02:31:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:31:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:31:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:31:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8aa812","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8aa812","method":"GET"} []
[2020-04-08 02:32:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:32:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:32:10] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 02:32:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:32:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:32:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:32:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 02:32:11] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:32:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:32:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:32:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:32:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:32:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9ccfd4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9ccfd4","method":"GET"} []
[2020-04-08 02:32:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:32:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:32:24] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 02:32:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 02:32:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 02:32:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 02:32:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 02:32:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 02:32:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 02:32:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 02:32:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 02:32:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"416bc2","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/416bc2","method":"GET"} []
[2020-04-08 03:01:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:01:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:01:38] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 03:01:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:01:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:01:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:01:39] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:01:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:01:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:01:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:01:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"98cb30","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/98cb30","method":"GET"} []
[2020-04-08 03:02:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:02:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:02:03] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"POST"} []
[2020-04-08 03:02:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:02:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["5"] []
[2020-04-08 03:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:02:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 03:02:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 03:02:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 03:02:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 03:02:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:02:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:02:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:02:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:02:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8c9c7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b8c9c7","method":"GET"} []
[2020-04-08 03:02:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:02:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:02:45] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-08 03:02:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:02:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:02:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:02:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:02:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:02:46] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-08 03:02:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 03:02:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:02:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:02:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6aae7d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6aae7d","method":"GET"} []
[2020-04-08 03:02:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:02:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:02:50] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-08 03:02:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["empresa"] []
[2020-04-08 03:02:51] security.INFO: User has been authenticated successfully. {"username":"empresa"} []
[2020-04-08 03:02:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:02:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:02:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:02:52] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 03:02:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:02:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:02:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:02:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:02:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:02:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"39ae84","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/39ae84","method":"GET"} []
[2020-04-08 03:03:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:03:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:03:01] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:03:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:03:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:03:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:03:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:03:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:03:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:03:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:03:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:03:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4a4aa0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4a4aa0","method":"GET"} []
[2020-04-08 03:04:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:04:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:04:54] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:04:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:04:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:04:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:04:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:04:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:04:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:04:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:04:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:04:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7ef5d0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7ef5d0","method":"GET"} []
[2020-04-08 03:05:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:05:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:05:20] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:05:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:05:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:05:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:05:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:05:21] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:05:21] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:05:21] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:05:21] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:05:21] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:05:21] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:05:21] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:05:21] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:05:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:05:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:05:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:05:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:05:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"725d27","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/725d27","method":"GET"} []
[2020-04-08 03:05:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:05:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:05:32] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"POST"} []
[2020-04-08 03:05:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:05:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:05:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:05:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:05:32] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 03:05:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 03:05:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 03:05:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 03:05:33] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:05:33] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["312","$2y$13$CeVqketVJ6/jByuVNa3 [...]",5] []
[2020-04-08 03:05:33] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:05:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:05:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:05:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:05:34] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:05:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:05:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:05:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:05:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:05:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:05:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:05:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:05:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"912e12","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/912e12","method":"GET"} []
[2020-04-08 03:07:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:00] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-08 03:07:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 03:07:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:01] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:07:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:07:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:07:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:07:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"88ee27","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/88ee27","method":"GET"} []
[2020-04-08 03:07:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:07:02] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:07:02] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:07:02] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:07:02] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:07:02] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:07:02] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:07:02] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:07:02] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:07:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:07:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:07:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fd1b9d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fd1b9d","method":"GET"} []
[2020-04-08 03:07:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:15] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"POST"} []
[2020-04-08 03:07:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:07:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:07:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:07:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:07:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 03:07:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 03:07:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 03:07:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 03:07:17] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:07:17] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, grado_academico = ?, password = ? WHERE id = ? ["312","LICENCIATURA","$2y$13$GZuadzJPJVGUHKzeTL. [...]",5] []
[2020-04-08 03:07:17] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:07:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:07:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:17] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:07:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:07:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:07:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:07:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:07:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:07:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d779a9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d779a9","method":"GET"} []
[2020-04-08 03:07:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:53] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:07:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:07:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:07:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:07:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:07:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:07:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"823f01","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/823f01","method":"GET"} []
[2020-04-08 03:07:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:57] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:07:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:07:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:07:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:07:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:07:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:07:58] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:07:58] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:07:58] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:07:58] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:07:58] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:07:58] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:07:58] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:07:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:07:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:07:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:07:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:07:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"98c08d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/98c08d","method":"GET"} []
[2020-04-08 03:08:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:08:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:08:05] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"POST"} []
[2020-04-08 03:08:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:08:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:08:05] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 03:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 03:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 03:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 03:08:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:08:07] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, grado_academico = ?, password = ? WHERE id = ? ["312","BACHILLER","$2y$13$z2azFR0G6p/ONxG0Rlr [...]",5] []
[2020-04-08 03:08:07] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:08:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:08:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:08:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:08:07] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:08:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:08:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:08:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:08:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:08:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:08:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:08:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:08:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"91041b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/91041b","method":"GET"} []
[2020-04-08 03:08:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:08:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:08:18] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:08:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:08:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:08:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:08:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:08:18] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:08:18] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:08:18] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:08:18] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:08:18] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:08:18] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:08:18] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:08:18] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:08:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:08:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:08:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:08:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:08:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"21f819","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/21f819","method":"GET"} []
[2020-04-08 03:09:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:09:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:09:21] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:09:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:09:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:09:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:09:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:09:21] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:09:21] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:09:21] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:09:21] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:09:21] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:09:21] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:09:21] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:09:21] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:09:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:09:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:09:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:09:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:09:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4a2042","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4a2042","method":"GET"} []
[2020-04-08 03:09:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:09:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:09:29] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:09:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:09:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:09:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:09:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:09:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:09:30] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:09:30] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:09:30] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:09:30] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:09:30] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:09:30] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:09:30] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:09:30] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:09:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:09:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:09:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:09:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bdd90e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bdd90e","method":"GET"} []
[2020-04-08 03:09:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:09:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:09:49] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 03:09:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:09:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:09:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:09:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:09:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:09:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:09:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2d0050","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2d0050","method":"GET"} []
[2020-04-08 03:09:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:09:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:09:54] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:09:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:09:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:09:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:09:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:09:55] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:09:55] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:09:55] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:09:55] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:09:55] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:09:55] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:09:55] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:09:55] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:09:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:09:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:09:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:09:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8e445d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8e445d","method":"GET"} []
[2020-04-08 03:12:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:37] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:12:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:12:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:12:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:12:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:12:38] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:12:38] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:12:38] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:12:38] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:12:38] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:12:38] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:12:38] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:12:38] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:12:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:12:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:12:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d3d85c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d3d85c","method":"GET"} []
[2020-04-08 03:12:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:44] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"POST"} []
[2020-04-08 03:12:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:12:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:12:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:12:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:12:45] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 03:12:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 03:12:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 03:12:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 03:12:46] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:12:46] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, grado_academico = ?, password = ? WHERE id = ? ["312","DOCTORADO","$2y$13$xd799tZQKClKvqGf3.I [...]",5] []
[2020-04-08 03:12:46] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:12:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:12:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:46] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:12:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:12:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:12:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:12:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:12:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:12:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8450b5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8450b5","method":"GET"} []
[2020-04-08 03:12:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:50] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:12:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:12:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:12:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:12:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:12:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:12:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c4ae84","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c4ae84","method":"GET"} []
[2020-04-08 03:12:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:58] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:12:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:12:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:12:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:12:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:12:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:12:58] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:12:58] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:12:58] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:12:58] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:12:58] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:12:58] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:12:58] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:12:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:12:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:12:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:12:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:12:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f68a14","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f68a14","method":"GET"} []
[2020-04-08 03:13:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:13:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:13:05] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"POST"} []
[2020-04-08 03:13:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:13:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:13:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:13:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:13:05] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 03:13:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 03:13:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 03:13:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 03:13:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:13:07] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, grado_academico = ?, password = ? WHERE id = ? ["312","BACHILLER","$2y$13$E3l4RsavIn08dUCnB/4 [...]",5] []
[2020-04-08 03:13:07] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:13:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:13:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:13:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:13:07] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:13:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:13:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:13:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:13:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:13:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:13:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:13:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:13:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7ce3e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c7ce3e","method":"GET"} []
[2020-04-08 03:13:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:13:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:13:12] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:13:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:13:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:13:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:13:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:13:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:13:12] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:13:12] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:13:12] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:13:12] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:13:12] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:13:12] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:13:12] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:13:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:13:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:13:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:13:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:13:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2e8e41","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2e8e41","method":"GET"} []
[2020-04-08 03:16:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:16:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:16:59] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:16:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:16:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:16:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:17:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:17:00] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:17:00] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Unclosed "("." at C:\xampp\htdocs\service\app\Resources\views\index.html.twig line 165 {"exception":"[object] (Twig_Error_Syntax(code: 0): Unclosed \"(\". at C:\\xampp\\htdocs\\service\\app\\Resources\\views\\index.html.twig:165)"} []
[2020-04-08 03:17:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:17:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:17:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:17:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2f772a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/2f772a","method":"GET"} []
[2020-04-08 03:17:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:17:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:17:12] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"5","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/edit","method":"GET"} []
[2020-04-08 03:17:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:17:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:17:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:17:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:17:13] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:17:13] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:17:13] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:17:13] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:17:13] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:17:13] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:17:13] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:17:13] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:17:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:17:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:17:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:17:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:17:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cfe788","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cfe788","method":"GET"} []
[2020-04-08 03:17:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:17:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:17:21] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"GET"} []
[2020-04-08 03:17:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:17:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:17:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 03:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:17:22] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 03:17:22] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:17:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:17:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:17:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:17:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:17:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c10480","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c10480","method":"GET"} []
[2020-04-08 03:17:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:17:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:17:48] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"5","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/editcliente","method":"POST"} []
[2020-04-08 03:17:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:17:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:17:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:17:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 03:17:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [3] []
[2020-04-08 03:17:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-08 03:17:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["3"]] []
[2020-04-08 03:17:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5074598"] []
[2020-04-08 03:17:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eipqa@gmail.com"] []
[2020-04-08 03:17:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["empresa"] []
[2020-04-08 03:17:50] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:17:50] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["313","$2y$13$gn5GqHE8PCsiTViN7Hf [...]",5] []
[2020-04-08 03:17:50] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:17:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:17:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:17:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:17:50] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 03:17:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:17:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:17:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:17:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:17:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:17:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bbd477","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bbd477","method":"GET"} []
[2020-04-08 03:18:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:18:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:18:13] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"5","_route":"empleado_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/5/show","method":"GET"} []
[2020-04-08 03:18:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:18:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:18:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:18:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:18:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:18:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:18:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb4c74","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cb4c74","method":"GET"} []
[2020-04-08 03:19:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:03] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:19:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:19:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:19:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:19:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["2"] []
[2020-04-08 03:19:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:19:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:19:04] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:19:04] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:19:04] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:19:04] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:19:04] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:19:04] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:19:04] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:19:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:19:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:19:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4f4910","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4f4910","method":"GET"} []
[2020-04-08 03:19:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:17] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"POST"} []
[2020-04-08 03:19:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:19:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["2"] []
[2020-04-08 03:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:19:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["5"]] []
[2020-04-08 03:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-08 03:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-08 03:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-08 03:19:17] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 03:19:18] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:19:18] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:19:18] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:19:18] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:19:18] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:19:18] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:19:18] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:19:18] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:19:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:19:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:19:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7d8e13","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7d8e13","method":"GET"} []
[2020-04-08 03:19:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:27] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-08 03:19:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:19:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-08 03:19:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"empresa"} []
[2020-04-08 03:19:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:27] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-08 03:19:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 03:19:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a76579","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a76579","method":"GET"} []
[2020-04-08 03:19:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:35] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-08 03:19:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-08 03:19:36] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-08 03:19:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:19:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:37] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 03:19:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:19:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:19:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:19:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:19:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d05871","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d05871","method":"GET"} []
[2020-04-08 03:19:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:41] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:19:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:19:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:19:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:19:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:19:42] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:19:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:19:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c5ea9c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c5ea9c","method":"GET"} []
[2020-04-08 03:19:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:52] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"POST"} []
[2020-04-08 03:19:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:19:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:19:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:19:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:19:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["5"]] []
[2020-04-08 03:19:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-08 03:19:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-08 03:19:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-08 03:19:54] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:19:54] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ?, direccion = ? WHERE id = ? ["3","$2y$13$02RZbvoX/Ou8h6So6Fw [...]","Su casa 2",2] []
[2020-04-08 03:19:54] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:19:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:19:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:54] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:19:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:19:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:19:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:19:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:19:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:19:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:19:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:19:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"541ec4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/541ec4","method":"GET"} []
[2020-04-08 03:20:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:01] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:20:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:20:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:20:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:20:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:20:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:20:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"db1f4a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/db1f4a","method":"GET"} []
[2020-04-08 03:20:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:08] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:20:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:20:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:20:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:20:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:20:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:20:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"442c87","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/442c87","method":"GET"} []
[2020-04-08 03:20:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:29] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-08 03:20:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:20:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:20:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:20:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:30] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-08 03:20:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 03:20:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"970eda","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/970eda","method":"GET"} []
[2020-04-08 03:20:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:34] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-08 03:20:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["tecnico"] []
[2020-04-08 03:20:35] security.INFO: User has been authenticated successfully. {"username":"tecnico"} []
[2020-04-08 03:20:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:20:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:35] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 03:20:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:20:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:20:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:20:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:20:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"45baa9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/45baa9","method":"GET"} []
[2020-04-08 03:20:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:39] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:20:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:20:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:20:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:20:39] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-08 03:20:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Security\Http\Firewall\ExceptionListener.php line 118 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener.php:118, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-08 03:20:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:20:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:20:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:20:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8d4dbd","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8d4dbd","method":"GET"} []
[2020-04-08 03:21:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:21:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:21:58] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:21:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:21:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:21:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:21:58] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-08 03:21:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Security\Http\Firewall\ExceptionListener.php line 118 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener.php:118, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-08 03:21:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:21:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:21:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:21:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9f1190","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9f1190","method":"GET"} []
[2020-04-08 03:22:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:22:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:22:00] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:22:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:22:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:22:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:22:01] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-08 03:22:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\Security\Http\Firewall\ExceptionListener.php line 118 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener.php:118, Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-08 03:22:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:22:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:22:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:22:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7395f4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7395f4","method":"GET"} []
[2020-04-08 03:22:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:22:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:22:33] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:22:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:22:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:22:34] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:22:34] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:22:34] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:22:34] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:22:34] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:22:34] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:22:34] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:22:34] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:22:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:22:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:22:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:22:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:22:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e5a0b5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e5a0b5","method":"GET"} []
[2020-04-08 03:22:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:22:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:22:48] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-08 03:22:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:22:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:22:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-08 03:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-08 03:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-08 03:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-08 03:22:50] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:22:50] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ?, direccion = ? WHERE id = ? ["18185","$2y$13$MpmYnYQf6qQiiIFj388 [...]","Zona Irpavi, Calle tres pa [...]",3] []
[2020-04-08 03:22:50] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:22:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:22:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:22:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:22:50] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:22:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:22:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:22:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:22:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:22:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:22:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:22:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:22:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f6696f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f6696f","method":"GET"} []
[2020-04-08 03:26:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:26:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:26:58] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:26:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:26:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:26:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:26:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:26:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:26:58] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:26:58] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:26:59] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:26:59] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:26:59] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:26:59] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:26:59] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:26:59] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:26:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:27:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:27:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:27:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f37e31","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f37e31","method":"GET"} []
[2020-04-08 03:27:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:27:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:27:05] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-08 03:27:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:27:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:27:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:27:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:27:05] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-08 03:27:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-08 03:27:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-08 03:27:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-08 03:27:06] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:27:06] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["18185","$2y$13$S8SC/dDAU8m81eAvijP [...]",3] []
[2020-04-08 03:27:06] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:27:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:27:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:27:30] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-08 03:27:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:27:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:27:30] php.INFO: User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ContextListener.php:188)"} []
[2020-04-08 03:27:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:27:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:27:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-08 03:27:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-08 03:27:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-08 03:27:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-08 03:27:32] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:27:32] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["18185","$2y$13$WNOnYvKhso6CPccHd4P [...]",3] []
[2020-04-08 03:27:32] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:27:32] php.CRITICAL: Call to undefined method AdminBundle\Entity\Empleado::role() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method AdminBundle\\Entity\\Empleado::role() at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\EmpleadoController.php:196)"} []
[2020-04-08 03:27:32] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "role" of class "AdminBundle\Entity\Empleado"." at C:\xampp\htdocs\service\src\AdminBundle\Controller\EmpleadoController.php line 196 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"role\" of class \"AdminBundle\\Entity\\Empleado\". at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\EmpleadoController.php:196)"} []
[2020-04-08 03:27:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:27:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:27:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:27:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f06b03","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f06b03","method":"GET"} []
[2020-04-08 03:27:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:27:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:27:58] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-08 03:27:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:27:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:27:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:27:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:27:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-08 03:27:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-08 03:27:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-08 03:27:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-08 03:27:59] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:27:59] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["18185","$2y$13$E.PtRmM7jAYMZ3p/I6W [...]",3] []
[2020-04-08 03:27:59] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:27:59] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined property: AdminBundle\Controller\EmpleadoController::$getUser" at C:\xampp\htdocs\service\src\AdminBundle\Controller\EmpleadoController.php line 196 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined property: AdminBundle\\Controller\\EmpleadoController::$getUser at C:\\xampp\\htdocs\\service\\src\\AdminBundle\\Controller\\EmpleadoController.php:196)"} []
[2020-04-08 03:28:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:28:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:28:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:28:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4cc9a6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4cc9a6","method":"GET"} []
[2020-04-08 03:28:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:28:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:28:14] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-08 03:28:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:28:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:28:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-08 03:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-08 03:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-08 03:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-08 03:28:16] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:28:16] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["18185","$2y$13$IENQLF0.eZoxgI/.AEC [...]",3] []
[2020-04-08 03:28:16] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:28:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:28:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:28:50] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-08 03:28:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:28:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:28:51] php.INFO: User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ContextListener.php:188)"} []
[2020-04-08 03:28:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:28:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:28:51] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-08 03:28:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-08 03:28:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-08 03:28:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-08 03:28:52] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:28:52] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["18185","$2y$13$OcQ2NFY/J0qMkgIWs.R [...]",3] []
[2020-04-08 03:28:52] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:29:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:29:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:29:58] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"POST"} []
[2020-04-08 03:29:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:29:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:29:58] php.INFO: User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ContextListener.php:188)"} []
[2020-04-08 03:29:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:29:59] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["9"]] []
[2020-04-08 03:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5748254"] []
[2020-04-08 03:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mmm.eip@gmail.com"] []
[2020-04-08 03:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["tecnico"] []
[2020-04-08 03:30:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:30:00] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ? WHERE id = ? ["18185","$2y$13$PTn2gEl21Z78.8h4sCW [...]",3] []
[2020-04-08 03:30:00] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:30:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:30:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:00] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 03:30:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:30:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:30:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:30:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:30:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1fa357","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1fa357","method":"GET"} []
[2020-04-08 03:30:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:09] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:30:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:30:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:30:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:30:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:30:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:30:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4bd3d3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/4bd3d3","method":"GET"} []
[2020-04-08 03:30:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:14] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/service/web/app_dev.php/logout","method":"GET"} []
[2020-04-08 03:30:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:30:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-08 03:30:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-08 03:30:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:15] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login","method":"GET"} []
[2020-04-08 03:30:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 03:30:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"92dfda","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/92dfda","method":"GET"} []
[2020-04-08 03:30:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:19] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/service/web/app_dev.php/login_check","method":"POST"} []
[2020-04-08 03:30:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-08 03:30:20] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-08 03:30:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:30:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:21] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 03:30:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:30:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:30:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:30:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:30:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0adbc8","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0adbc8","method":"GET"} []
[2020-04-08 03:30:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:25] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:30:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:30:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:30:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:30:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:30:26] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:30:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:30:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c747e9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c747e9","method":"GET"} []
[2020-04-08 03:30:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:34] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"POST"} []
[2020-04-08 03:30:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:30:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:30:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:30:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:30:35] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["5"]] []
[2020-04-08 03:30:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-08 03:30:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-08 03:30:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-08 03:30:36] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:30:36] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, password = ?, direccion = ? WHERE id = ? ["3","$2y$13$FOLNouHTkoX.ABOcIYQ [...]","Su casa 22",2] []
[2020-04-08 03:30:36] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:30:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:30:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:36] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:30:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:30:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:30:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:30:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:30:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:30:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:30:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:30:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"436fb7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/436fb7","method":"GET"} []
[2020-04-08 03:32:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:32:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:32:04] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:32:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:32:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-08 03:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:32:05] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:32:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:32:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:32:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:32:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8e9acf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/8e9acf","method":"GET"} []
[2020-04-08 03:35:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:35:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:35:04] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:35:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:35:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:35:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:35:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-08 03:35:04] request.CRITICAL: Uncaught PHP Exception Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: "The options "date_widget", "time_widget" do not exist. Defined options are: "action", "allow_extra_fields", "allow_file_upload", "attr", "auto_initialize", "block_name", "by_reference", "choice_translation_domain", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "days", "disabled", "empty_data", "error_bubbling", "error_mapping", "extra_fields_message", "format", "html5", "inherit_data", "input", "invalid_message", "invalid_message_parameters", "label", "label_attr", "label_format", "mapped", "method", "model_timezone", "months", "placeholder", "post_max_size_message", "property_path", "required", "translation_domain", "trim", "upload_max_size_message", "validation_groups", "view_timezone", "widget", "years"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\OptionsResolver\OptionsResolver.php line 645 {"exception":"[object] (Symfony\\Component\\OptionsResolver\\Exception\\UndefinedOptionsException(code: 0): The options \"date_widget\", \"time_widget\" do not exist. Defined options are: \"action\", \"allow_extra_fields\", \"allow_file_upload\", \"attr\", \"auto_initialize\", \"block_name\", \"by_reference\", \"choice_translation_domain\", \"compound\", \"constraints\", \"csrf_field_name\", \"csrf_message\", \"csrf_protection\", \"csrf_token_id\", \"csrf_token_manager\", \"data\", \"data_class\", \"days\", \"disabled\", \"empty_data\", \"error_bubbling\", \"error_mapping\", \"extra_fields_message\", \"format\", \"html5\", \"inherit_data\", \"input\", \"invalid_message\", \"invalid_message_parameters\", \"label\", \"label_attr\", \"label_format\", \"mapped\", \"method\", \"model_timezone\", \"months\", \"placeholder\", \"post_max_size_message\", \"property_path\", \"required\", \"translation_domain\", \"trim\", \"upload_max_size_message\", \"validation_groups\", \"view_timezone\", \"widget\", \"years\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\OptionsResolver\\OptionsResolver.php:645)"} []
[2020-04-08 03:35:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:35:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:35:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:35:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7f987","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d7f987","method":"GET"} []
[2020-04-08 03:35:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:35:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:35:47] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:35:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:35:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-08 03:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:35:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:35:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:35:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:35:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:35:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c5b857","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c5b857","method":"GET"} []
[2020-04-08 03:36:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:36:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:36:03] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-08 03:36:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:36:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:36:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:36:03] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-08 03:36:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-08 03:36:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:36:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:36:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:36:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf4f76","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/cf4f76","method":"GET"} []
[2020-04-08 03:36:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:36:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:36:07] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-08 03:36:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:36:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:36:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:36:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-08 03:36:08] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-08 03:36:08] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:36:08] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-08 03:36:08] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:36:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:36:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:36:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:36:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d66ad7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d66ad7","method":"GET"} []
[2020-04-08 03:36:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:36:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:36:37] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:36:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:36:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:36:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:36:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:36:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:36:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:36:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:36:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"568991","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/568991","method":"GET"} []
[2020-04-08 03:36:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:36:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:36:41] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:36:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:36:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:36:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:36:42] request.CRITICAL: Uncaught PHP Exception Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: "The option "date_widget" does not exist. Defined options are: "action", "allow_extra_fields", "allow_file_upload", "attr", "auto_initialize", "block_name", "by_reference", "choice_translation_domain", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "days", "disabled", "empty_data", "error_bubbling", "error_mapping", "extra_fields_message", "format", "html5", "inherit_data", "input", "invalid_message", "invalid_message_parameters", "label", "label_attr", "label_format", "mapped", "method", "model_timezone", "months", "placeholder", "post_max_size_message", "property_path", "required", "translation_domain", "trim", "upload_max_size_message", "validation_groups", "view_timezone", "widget", "years"." at C:\xampp\htdocs\service\vendor\symfony\symfony\src\Symfony\Component\OptionsResolver\OptionsResolver.php line 645 {"exception":"[object] (Symfony\\Component\\OptionsResolver\\Exception\\UndefinedOptionsException(code: 0): The option \"date_widget\" does not exist. Defined options are: \"action\", \"allow_extra_fields\", \"allow_file_upload\", \"attr\", \"auto_initialize\", \"block_name\", \"by_reference\", \"choice_translation_domain\", \"compound\", \"constraints\", \"csrf_field_name\", \"csrf_message\", \"csrf_protection\", \"csrf_token_id\", \"csrf_token_manager\", \"data\", \"data_class\", \"days\", \"disabled\", \"empty_data\", \"error_bubbling\", \"error_mapping\", \"extra_fields_message\", \"format\", \"html5\", \"inherit_data\", \"input\", \"invalid_message\", \"invalid_message_parameters\", \"label\", \"label_attr\", \"label_format\", \"mapped\", \"method\", \"model_timezone\", \"months\", \"placeholder\", \"post_max_size_message\", \"property_path\", \"required\", \"translation_domain\", \"trim\", \"upload_max_size_message\", \"validation_groups\", \"view_timezone\", \"widget\", \"years\". at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\OptionsResolver\\OptionsResolver.php:645)"} []
[2020-04-08 03:36:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:36:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:36:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:36:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"02c5a6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/02c5a6","method":"GET"} []
[2020-04-08 03:37:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:37:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:37:43] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:37:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:37:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:37:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:37:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:37:43] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:37:43] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:37:43] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:37:43] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:37:43] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:37:44] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:37:44] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:37:44] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:37:44] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:37:44] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:37:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:37:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:37:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:37:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:37:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c83a86","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c83a86","method":"GET"} []
[2020-04-08 03:37:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:37:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:37:55] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:37:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:37:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:37:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:37:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:37:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:37:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:37:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:37:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:37:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"918556","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/918556","method":"GET"} []
[2020-04-08 03:38:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:13] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:38:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:38:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:38:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:38:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:38:14] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:38:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:38:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f94b23","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f94b23","method":"GET"} []
[2020-04-08 03:38:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:26] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"POST"} []
[2020-04-08 03:38:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:38:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:38:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:38:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:38:26] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["5"]] []
[2020-04-08 03:38:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-08 03:38:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-08 03:38:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-08 03:38:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:38:27] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, fecha_ini_contrato = ?, password = ? WHERE id = ? ["3","2013-01-01 13:23:00","$2y$13$pTUig.KybKqsTJJXIUd [...]",2] []
[2020-04-08 03:38:27] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:38:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:38:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:28] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:38:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:38:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:38:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:38:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:38:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:38:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f823a1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f823a1","method":"GET"} []
[2020-04-08 03:38:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:32] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:38:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:38:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:38:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:38:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:38:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:38:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:38:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"206bf4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/206bf4","method":"GET"} []
[2020-04-08 03:38:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:49] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"POST"} []
[2020-04-08 03:38:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:38:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:38:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:38:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:38:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["5"]] []
[2020-04-08 03:38:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-08 03:38:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-08 03:38:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-08 03:38:51] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 03:38:51] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, fecha_ini_contrato = ?, password = ? WHERE id = ? ["3","2013-01-02 12:34:00","$2y$13$97N9xh60PiOLzWoGPu9 [...]",2] []
[2020-04-08 03:38:51] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 03:38:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:38:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:51] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:38:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:38:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:38:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:38:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:38:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:38:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7c1739","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7c1739","method":"GET"} []
[2020-04-08 03:38:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:55] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:38:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:38:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:38:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:38:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:38:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:38:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:38:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:38:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:38:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c41465","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c41465","method":"GET"} []
[2020-04-08 03:39:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:39:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:39:23] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:39:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:39:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:39:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:39:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:39:23] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:39:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:39:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:39:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:39:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fdc290","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fdc290","method":"GET"} []
[2020-04-08 03:42:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:42:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:42:51] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:42:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:42:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:42:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:42:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:42:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:42:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:42:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:42:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f87744","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f87744","method":"GET"} []
[2020-04-08 03:42:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:42:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:42:55] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 03:42:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:42:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:42:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:42:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:42:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:42:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:42:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:42:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1601a9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1601a9","method":"GET"} []
[2020-04-08 03:43:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:43:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:43:03] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 03:43:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:43:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:43:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:43:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 03:43:03] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:43:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:43:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:43:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:43:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:43:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"347844","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/347844","method":"GET"} []
[2020-04-08 03:43:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:43:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:43:48] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 03:43:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:43:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:43:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:43:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 03:43:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:43:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:43:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:43:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:43:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:43:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb3745","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bb3745","method":"GET"} []
[2020-04-08 03:52:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:52:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:52:39] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 03:52:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:52:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:52:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 03:52:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:52:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:52:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:52:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:52:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:52:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e6089b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e6089b","method":"GET"} []
[2020-04-08 03:55:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:55:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:55:14] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 03:55:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:55:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:55:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:55:14] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 03:55:14] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:55:15] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:55:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:55:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:55:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:55:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a32cbe","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a32cbe","method":"GET"} []
[2020-04-08 03:55:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:55:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:55:23] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 03:55:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:55:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:55:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:55:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 03:55:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:55:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:55:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:55:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:55:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"65cd4b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/65cd4b","method":"GET"} []
[2020-04-08 03:55:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:55:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:55:46] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:55:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:55:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:55:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:55:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:55:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:55:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:55:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:55:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b72f88","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b72f88","method":"GET"} []
[2020-04-08 03:55:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:55:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:55:51] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:55:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:55:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:55:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:55:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-08 03:55:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:55:51] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:55:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:55:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:55:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:55:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"81ec0f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/81ec0f","method":"GET"} []
[2020-04-08 03:56:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:56:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:56:36] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-08 03:56:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:56:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:56:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:56:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-08 03:56:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-08 03:56:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:56:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:56:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:56:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:56:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7e0651","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7e0651","method":"GET"} []
[2020-04-08 03:56:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:56:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:56:56] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 03:56:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:56:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:56:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:56:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:56:56] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:56:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:56:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:56:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:56:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:56:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"38d722","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/38d722","method":"GET"} []
[2020-04-08 03:57:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:57:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:57:01] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 03:57:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:57:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:57:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:57:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 03:57:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:57:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:57:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:57:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:57:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:57:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"65cae4","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/65cae4","method":"GET"} []
[2020-04-08 03:57:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:57:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:57:55] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 03:57:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:57:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:57:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 03:57:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:57:56] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:57:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:57:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:57:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:57:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ee43a7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ee43a7","method":"GET"} []
[2020-04-08 03:58:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:01] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-08 03:58:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:58:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:58:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:58:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-08 03:58:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:58:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"11a6c7","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/11a6c7","method":"GET"} []
[2020-04-08 03:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:06] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 03:58:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:58:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:58:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:58:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 03:58:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:58:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3d4c0c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/3d4c0c","method":"GET"} []
[2020-04-08 03:58:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:08] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 03:58:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:58:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:58:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:58:09] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:58:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:58:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bf9781","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bf9781","method":"GET"} []
[2020-04-08 03:58:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:14] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 03:58:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:58:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:58:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:58:14] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 03:58:14] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:58:14] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:58:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"823768","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/823768","method":"GET"} []
[2020-04-08 03:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:17] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 03:58:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:58:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:58:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:58:18] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 03:58:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:58:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6a3f1f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6a3f1f","method":"GET"} []
[2020-04-08 03:58:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:22] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-08 03:58:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 03:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 03:58:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 03:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-08 03:58:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 03:58:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 03:58:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 03:58:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b1f4ae","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b1f4ae","method":"GET"} []
[2020-04-08 04:00:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:00:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:00:20] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-08 04:00:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 04:00:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 04:00:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 04:00:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-08 04:00:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 04:00:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:00:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:00:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"86c6f1","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/86c6f1","method":"GET"} []
[2020-04-08 04:00:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:00:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:00:33] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 04:00:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 04:00:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 04:00:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 04:00:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 04:00:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 04:00:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:00:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:00:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f9141b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/f9141b","method":"GET"} []
[2020-04-08 04:01:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:01:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:01:01] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-08 04:01:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 04:01:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 04:01:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 04:01:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-08 04:01:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 04:01:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:01:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:01:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"45d76b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/45d76b","method":"GET"} []
[2020-04-08 04:01:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:01:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:01:09] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-08 04:01:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 04:01:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 04:01:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 04:01:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 04:01:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 04:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:01:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:01:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"63c836","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/63c836","method":"GET"} []
[2020-04-08 04:01:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:01:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:01:26] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 04:01:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 04:01:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 04:01:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 04:01:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 04:01:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 04:01:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 04:01:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 04:01:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 04:01:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"702213","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/702213","method":"GET"} []
[2020-04-08 17:56:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 17:56:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 17:56:37] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 17:56:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 17:56:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 17:56:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 17:56:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 17:56:38] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 17:56:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 17:56:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 17:56:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 17:56:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7c3812","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/7c3812","method":"GET"} []
[2020-04-08 18:03:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:03:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:03:11] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:03:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:03:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:03:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:03:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:03:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:03:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:03:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:03:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:03:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a1d280","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a1d280","method":"GET"} []
[2020-04-08 18:04:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:04:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:04:00] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:04:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:04:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:04:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:04:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:04:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:04:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:04:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:04:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:04:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c10e12","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c10e12","method":"GET"} []
[2020-04-08 18:04:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:04:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:04:35] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:04:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:04:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:04:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:04:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:04:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:04:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:04:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:04:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:04:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"46516a","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/46516a","method":"GET"} []
[2020-04-08 18:05:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:05:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:05:19] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:05:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:05:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:05:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:05:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:05:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:05:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:05:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:05:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:05:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1d7c88","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1d7c88","method":"GET"} []
[2020-04-08 18:05:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:05:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:05:42] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"POST"} []
[2020-04-08 18:05:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:05:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:05:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:05:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:05:43] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 18:05:43] doctrine.DEBUG: UPDATE tipo_empresa SET nit = ?, telefono = ?, email = ? WHERE id = ? ["1234567891","78997988","jotta_contac",1] []
[2020-04-08 18:05:43] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 18:05:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:05:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:05:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:05:44] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:05:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:05:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:05:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:05:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:05:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:05:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:05:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:05:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:05:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"473c81","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/473c81","method":"GET"} []
[2020-04-08 18:09:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:09:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:09:06] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:09:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:09:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:09:06] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:09:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:09:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:09:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:09:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8dcf3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b8dcf3","method":"GET"} []
[2020-04-08 18:09:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:09:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:09:10] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"POST"} []
[2020-04-08 18:09:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:09:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:09:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:09:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:09:11] translation.WARNING: Translation not found. {"id":"Este campo '{{ value }}' no es un correo vÃ¡lido.","domain":"validators","locale":"es"} []
[2020-04-08 18:09:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:09:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:09:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:09:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:09:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0bfa3d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0bfa3d","method":"GET"} []
[2020-04-08 18:09:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:09:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:09:24] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"POST"} []
[2020-04-08 18:09:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:09:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:09:25] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 18:09:25] doctrine.DEBUG: UPDATE tipo_empresa SET nit = ?, email = ? WHERE id = ? ["1234567891","jotta_contac@gmail.com",1] []
[2020-04-08 18:09:25] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 18:09:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:09:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:09:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:09:25] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:09:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:09:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:09:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:09:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:09:26] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:09:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:09:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:09:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:09:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e8947c","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e8947c","method":"GET"} []
[2020-04-08 18:10:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:10:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:10:22] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:10:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:10:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:10:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:10:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:10:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:10:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:10:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:10:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:10:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8fc4b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/b8fc4b","method":"GET"} []
[2020-04-08 18:10:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:10:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:10:34] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"POST"} []
[2020-04-08 18:10:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:10:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:10:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:10:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:10:35] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 18:10:35] doctrine.DEBUG: UPDATE tipo_empresa SET nit = ? WHERE id = ? ["1234567890",1] []
[2020-04-08 18:10:35] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 18:10:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:10:35] request.INFO: Matched route "tipoempresa_edit". {"route":"tipoempresa_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::editAction","id":"1","_route":"tipoempresa_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/1/edit","method":"GET"} []
[2020-04-08 18:10:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:10:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:10:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:10:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-08 18:10:36] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:10:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:10:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:10:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:10:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"481498","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/481498","method":"GET"} []
[2020-04-08 18:10:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:10:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:10:39] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 18:10:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:10:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:10:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:10:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 18:10:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:10:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:10:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:10:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:10:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:10:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"968572","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/968572","method":"GET"} []
[2020-04-08 18:11:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:11:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:11:17] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 18:11:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:11:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:11:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:11:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 18:11:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:11:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:11:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:11:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:11:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:11:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e151af","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e151af","method":"GET"} []
[2020-04-08 18:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:12:28] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 18:12:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:12:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:12:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:12:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 18:12:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:12:29] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:12:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:12:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:12:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:12:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"47904f","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/47904f","method":"GET"} []
[2020-04-08 18:15:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:15:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:15:50] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 18:15:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:15:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:15:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:15:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 18:15:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:15:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:15:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:15:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e7e8a0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e7e8a0","method":"GET"} []
[2020-04-08 18:15:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:15:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:15:57] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 18:15:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:15:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:15:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:15:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:15:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:15:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:15:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:15:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dac015","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dac015","method":"GET"} []
[2020-04-08 18:16:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:16:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:16:13] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-08 18:16:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:16:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:16:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:16:13] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-08 18:16:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["hgfjhgjfgj"] []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"Este valor '{{ value }}' no es un correo vÃ¡lido","domain":"validators","locale":"es"} []
[2020-04-08 18:16:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:16:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:16:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:16:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:16:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ca82f5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ca82f5","method":"GET"} []
[2020-04-08 18:18:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:18:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:18:29] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-08 18:18:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:18:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:18:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:18:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-08 18:18:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["hgfjhgjfgj"] []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"Este valor '{{ value }}' no es un correo vÃ¡lido","domain":"validators","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-08 18:18:31] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:18:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:18:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:18:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:18:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"19b3ca","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/19b3ca","method":"GET"} []
[2020-04-08 18:18:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:18:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:18:39] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 18:18:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:18:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:18:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:18:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 18:18:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:18:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"20e2b5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/20e2b5","method":"GET"} []
[2020-04-08 18:18:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:18:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:18:45] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 18:18:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:18:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:18:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:18:45] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:18:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:18:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:18:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:18:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d096d0","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d096d0","method":"GET"} []
[2020-04-08 18:18:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:18:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:18:57] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 18:18:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:18:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:18:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:18:57] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 18:18:57] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:18:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:18:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:18:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:18:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:18:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"874ac6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/874ac6","method":"GET"} []
[2020-04-08 18:19:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:08] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-08 18:19:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:19:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:19:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:19:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-08 18:19:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:19:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d2bb28","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d2bb28","method":"GET"} []
[2020-04-08 18:19:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:16] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-08 18:19:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:19:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:19:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:19:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-08 18:19:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:19:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:19:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:19:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"61b015","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/61b015","method":"GET"} []
[2020-04-08 18:19:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:19] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-08 18:19:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:19:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:19:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:19:20] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:19:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:19:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a3d7a6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a3d7a6","method":"GET"} []
[2020-04-08 18:19:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:27] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 18:19:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:19:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:19:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:19:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 18:19:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:19:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"382a92","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/382a92","method":"GET"} []
[2020-04-08 18:19:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:37] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-08 18:19:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:19:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:19:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:19:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-08 18:19:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:19:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ab6899","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/ab6899","method":"GET"} []
[2020-04-08 18:19:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:43] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 18:19:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:19:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:19:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:19:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 18:19:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:19:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:19:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:19:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c747d6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/c747d6","method":"GET"} []
[2020-04-08 18:22:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:22:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:22:57] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 18:22:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:22:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:22:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:22:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 18:22:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:23:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:23:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:23:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"819685","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/819685","method":"GET"} []
[2020-04-08 18:26:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:26:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:26:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 18:26:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:26:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:26:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:26:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 18:26:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:26:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:26:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:26:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1aa39d","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/1aa39d","method":"GET"} []
[2020-04-08 18:28:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:28:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:28:47] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 18:28:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:28:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:28:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:28:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 18:28:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:28:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:28:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:28:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9a2cb6","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9a2cb6","method":"GET"} []
[2020-04-08 18:29:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:29:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:29:44] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 18:29:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:29:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:29:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:29:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 18:29:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:29:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:29:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:29:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"72850e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/72850e","method":"GET"} []
[2020-04-08 18:30:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:30:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:30:28] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/material/","method":"GET"} []
[2020-04-08 18:30:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:30:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:30:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:30:28] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-08 18:30:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:30:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:30:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:30:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9c6061","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9c6061","method":"GET"} []
[2020-04-08 18:31:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:31:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:31:51] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 18:31:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:31:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:31:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 18:31:52] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:31:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:31:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:31:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:31:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"24eadb","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/24eadb","method":"GET"} []
[2020-04-08 18:32:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:04] request.INFO: Matched route "empleado_editimg". {"route":"empleado_editimg","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editimgAction","id":"2","_route":"empleado_editimg"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/editimg","method":"GET"} []
[2020-04-08 18:32:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:32:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:32:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:32:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:32:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bec3d9","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/bec3d9","method":"GET"} []
[2020-04-08 18:32:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:31] request.INFO: Matched route "empleado_editimg". {"route":"empleado_editimg","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editimgAction","id":"2","_route":"empleado_editimg"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/editimg","method":"POST"} []
[2020-04-08 18:32:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:32:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:32:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-08 18:32:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-08 18:32:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-08 18:32:32] translation.WARNING: Translation not found. {"id":"La contraseÃ±a debe tener maximo {{ limit }} caracteres de longitud.","domain":"validators","locale":"es"} []
[2020-04-08 18:32:32] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 18:32:32] doctrine.DEBUG: UPDATE empleado SET foto = ? WHERE id = ? ["1586363552.png",2] []
[2020-04-08 18:32:32] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 18:32:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:32:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:32] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 18:32:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:32:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:32:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:32:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 18:32:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:32:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:32:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"659f6b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/659f6b","method":"GET"} []
[2020-04-08 18:32:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:43] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 18:32:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:32:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:32:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:32:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 18:32:44] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:32:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:32:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fdbced","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/fdbced","method":"GET"} []
[2020-04-08 18:32:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:46] request.INFO: Matched route "empleado_editimg". {"route":"empleado_editimg","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editimgAction","id":"2","_route":"empleado_editimg"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/editimg","method":"GET"} []
[2020-04-08 18:32:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:32:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:32:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:32:47] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:32:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:32:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:32:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:32:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a1d304","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/a1d304","method":"GET"} []
[2020-04-08 18:33:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:33:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:33:32] request.INFO: Matched route "empleado_editimg". {"route":"empleado_editimg","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editimgAction","id":"2","_route":"empleado_editimg"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/editimg","method":"POST"} []
[2020-04-08 18:33:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:33:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:33:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:33:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5756798A"] []
[2020-04-08 18:33:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["m.yu@mail.com"] []
[2020-04-08 18:33:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["admin"] []
[2020-04-08 18:33:33] translation.WARNING: Translation not found. {"id":"La contraseÃ±a debe tener maximo {{ limit }} caracteres de longitud.","domain":"validators","locale":"es"} []
[2020-04-08 18:33:33] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-08 18:33:33] doctrine.DEBUG: UPDATE empleado SET foto = ? WHERE id = ? ["1586363613.jpeg",2] []
[2020-04-08 18:33:33] doctrine.DEBUG: "COMMIT" [] []
[2020-04-08 18:33:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:33:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:33:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:33:34] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-08 18:33:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:33:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:33:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:33:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-08 18:33:34] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-08 18:33:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:33:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:33:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:33:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9ffa64","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9ffa64","method":"GET"} []
[2020-04-08 18:33:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:33:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:33:42] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 18:33:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:33:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:33:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:33:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 18:33:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:33:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:33:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:33:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e89d58","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/e89d58","method":"GET"} []
[2020-04-08 18:43:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:43:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:43:51] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 18:43:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:43:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 18:43:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:43:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:43:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:43:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dff9e3","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/dff9e3","method":"GET"} []
[2020-04-08 18:43:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:43:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:43:56] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 18:43:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:43:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:43:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:43:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 18:43:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:43:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:43:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:43:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9be4db","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/9be4db","method":"GET"} []
[2020-04-08 18:44:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:44:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:44:37] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-08 18:44:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:44:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-08 18:44:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:44:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:44:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:44:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d3dfd5","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/d3dfd5","method":"GET"} []
[2020-04-08 18:55:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:55:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:55:20] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 18:55:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 18:55:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 18:55:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 18:55:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 18:55:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 18:55:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 18:55:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6eee7b","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/6eee7b","method":"GET"} []
[2020-04-08 19:00:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:00:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:00:25] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:00:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:00:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:00:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:00:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:00:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:00:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:00:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"17de3e","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/17de3e","method":"GET"} []
[2020-04-08 19:02:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:02:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:02:54] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/service/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:02:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:02:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:02:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:02:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:02:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:02:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\service\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:02:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0454cf","_route":"_wdt"},"request_uri":"http://localhost:8080/service/web/app_dev.php/_wdt/0454cf","method":"GET"} []
[2020-04-08 19:08:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:08:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:08:28] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-08 19:08:28] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-08 19:08:28] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:08:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:08:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:08:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:08:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:08:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:08:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:08:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eb024a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/eb024a","method":"GET"} []
[2020-04-08 19:10:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:10:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:10:55] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:10:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:10:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:10:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:10:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:10:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:10:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:10:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"28b7f6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/28b7f6","method":"GET"} []
[2020-04-08 19:30:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:30:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:30:52] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-08 19:30:52] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-08 19:30:52] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:30:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:30:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:30:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:30:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:30:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:30:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:30:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7b2d27","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7b2d27","method":"GET"} []
[2020-04-08 19:36:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:36:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:36:54] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:36:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:36:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:36:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:36:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:36:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:36:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:36:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"faaa26","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/faaa26","method":"GET"} []
[2020-04-08 19:37:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:37:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:37:49] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:37:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:37:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:37:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:37:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:37:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:37:50] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:37:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:37:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:37:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:37:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:37:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:37:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:37:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c76336","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c76336","method":"GET"} []
[2020-04-08 19:38:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:38:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:38:17] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:38:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:38:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:38:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:38:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:38:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:38:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:38:18] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:38:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:38:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:38:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:38:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:38:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:38:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:38:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"af3e1e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/af3e1e","method":"GET"} []
[2020-04-08 19:38:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:38:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:38:20] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:38:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:38:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:38:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:38:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:38:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:38:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"56af2c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/56af2c","method":"GET"} []
[2020-04-08 19:38:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:38:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:38:22] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:38:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:38:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:38:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:38:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:38:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:38:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:38:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3f5440","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3f5440","method":"GET"} []
[2020-04-08 19:46:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:46:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:46:13] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:46:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:46:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:46:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:46:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:46:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:46:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:46:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"38d5d2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/38d5d2","method":"GET"} []
[2020-04-08 19:46:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:46:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:46:37] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:46:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:46:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:46:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:46:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:46:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:46:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:46:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"43b4fa","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/43b4fa","method":"GET"} []
[2020-04-08 19:51:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:51:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:51:14] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:51:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:51:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:51:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:51:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:51:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:51:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:51:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"797137","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/797137","method":"GET"} []
[2020-04-08 19:51:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:51:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:51:18] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:51:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:51:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:51:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:51:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:51:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:51:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"13e641","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/13e641","method":"GET"} []
[2020-04-08 19:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:51:25] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:51:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:51:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:51:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:51:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:51:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:51:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:51:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"06c40b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/06c40b","method":"GET"} []
[2020-04-08 19:59:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:59:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:59:14] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 19:59:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 19:59:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 19:59:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 19:59:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 19:59:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 19:59:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 19:59:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1e7f3e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1e7f3e","method":"GET"} []
[2020-04-08 20:04:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:04:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:04:52] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 20:04:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 20:04:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 20:04:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 20:04:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 20:04:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:04:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:04:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a88e85","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a88e85","method":"GET"} []
[2020-04-08 20:06:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:06:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:06:21] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-08 20:06:21] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-08 20:06:21] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 20:06:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 20:06:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 20:06:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 20:06:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 20:06:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:06:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:06:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"129a41","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/129a41","method":"GET"} []
[2020-04-08 20:06:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:06:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:06:39] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 20:06:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:06:39] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-08 20:06:39] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-08 20:06:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:06:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:06:40] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 20:06:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:06:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:06:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:06:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1f128b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1f128b","method":"GET"} []
[2020-04-08 20:08:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:08:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:08:46] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-08 20:08:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-08 20:08:47] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-08 20:08:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 20:08:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:08:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:08:48] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-08 20:08:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 20:08:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 20:08:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 20:08:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-08 20:08:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:08:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:08:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5b43c7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5b43c7","method":"GET"} []
[2020-04-08 20:08:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:08:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:08:54] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-08 20:08:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-08 20:08:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-08 20:08:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-08 20:08:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:08:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:08:55] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 20:08:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:08:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9a6a31","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9a6a31","method":"GET"} []
[2020-04-08 20:12:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:12:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:12:21] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 20:12:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:12:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:12:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:12:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"44dff5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/44dff5","method":"GET"} []
[2020-04-08 20:19:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:17] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 20:19:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:19:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8d9a1f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8d9a1f","method":"GET"} []
[2020-04-08 20:19:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:19] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 20:19:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:19:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"06897d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/06897d","method":"GET"} []
[2020-04-08 20:19:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:21] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 20:19:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:19:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"240197","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/240197","method":"GET"} []
[2020-04-08 20:19:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:29] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-08 20:19:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:19:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:30] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 20:19:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 20:19:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 20:19:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 20:19:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f109f5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f109f5","method":"GET"} []
[2020-04-08 21:24:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 21:24:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 21:24:35] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-08 21:24:35] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-08 21:24:35] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 21:24:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 21:24:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 21:24:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 21:24:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0103f5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0103f5","method":"GET"} []
[2020-04-08 21:25:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 21:25:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 21:25:48] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-08 21:25:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-08 21:25:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-08 21:25:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-08 21:25:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cd2fcb","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cd2fcb","method":"GET"} []
[2020-04-09 01:23:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:23:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:23:04] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-09 01:23:04] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-09 01:23:04] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-09 01:23:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 01:23:05] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-09 01:23:05] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-09 01:23:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:23:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:23:05] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 01:23:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 01:23:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:23:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:23:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1f912b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1f912b","method":"GET"} []
[2020-04-09 01:23:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:23:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:23:50] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 01:23:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 01:23:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:23:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:23:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2999ec","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2999ec","method":"GET"} []
[2020-04-09 01:26:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:26:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:26:07] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 01:26:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 01:26:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:26:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:26:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"96c5da","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/96c5da","method":"GET"} []
[2020-04-09 01:32:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:32:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:32:19] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 01:32:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 01:32:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:32:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:32:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c0321f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c0321f","method":"GET"} []
[2020-04-09 01:36:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:36:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:36:22] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 01:36:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-09 01:36:24] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-09 01:36:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:36:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:36:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:36:25] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-09 01:36:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:36:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:36:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:36:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:36:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:36:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:36:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a45865","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a45865","method":"GET"} []
[2020-04-09 01:38:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:38:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:38:03] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-09 01:38:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:38:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:38:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:38:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:38:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:38:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:38:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"434c6b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/434c6b","method":"GET"} []
[2020-04-09 01:40:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:40:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:40:44] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 01:40:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:40:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:40:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:40:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 01:40:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:40:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:40:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:40:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"43f433","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/43f433","method":"GET"} []
[2020-04-09 01:49:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:49:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:49:34] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-09 01:49:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:49:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:49:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:49:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:49:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:49:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:49:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c89b5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6c89b5","method":"GET"} []
[2020-04-09 01:49:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:49:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:49:55] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 01:49:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:49:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:49:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:49:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 01:49:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:49:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:49:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:49:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"57b234","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/57b234","method":"GET"} []
[2020-04-09 01:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:50:09] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-09 01:50:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:50:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:50:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:50:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:50:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:50:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:50:10] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-09 01:50:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:50:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:50:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:50:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:50:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:50:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:50:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"938d6c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/938d6c","method":"GET"} []
[2020-04-09 01:51:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:51:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:51:56] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-09 01:51:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:51:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:51:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:51:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:51:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:51:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:51:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f39ad","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7f39ad","method":"GET"} []
[2020-04-09 01:52:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:52:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:52:22] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 01:52:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:52:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:52:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:52:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 01:52:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:52:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:52:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:52:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bc6be1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bc6be1","method":"GET"} []
[2020-04-09 01:52:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:52:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:52:43] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-09 01:52:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:52:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:52:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:52:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-09 01:52:44] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 01:52:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:52:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:52:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:52:46] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-09 01:52:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:52:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:52:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:52:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:52:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"907eba","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/907eba","method":"GET"} []
[2020-04-09 01:52:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:52:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:52:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:52:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4e0dfa","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4e0dfa","method":"GET"} []
[2020-04-09 01:53:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:53:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:53:15] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 01:53:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:53:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:53:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:53:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 01:53:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:53:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:53:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:53:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"875676","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/875676","method":"GET"} []
[2020-04-09 01:53:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:53:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:53:19] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-09 01:53:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:53:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:53:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:53:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:53:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:53:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da57ef","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/da57ef","method":"GET"} []
[2020-04-09 01:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:55:56] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-09 01:55:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:55:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:55:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:55:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:55:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:55:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:55:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"07627b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/07627b","method":"GET"} []
[2020-04-09 01:56:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:56:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:56:44] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 01:56:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:56:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:56:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:56:45] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 01:56:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:56:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:56:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:56:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"130358","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/130358","method":"GET"} []
[2020-04-09 01:56:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:56:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:56:59] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 01:56:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:56:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:56:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:56:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 01:56:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:00] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 01:57:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:00] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:00] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 01:57:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 01:57:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 01:57:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 01:57:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b81de4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b81de4","method":"GET"} []
[2020-04-09 01:57:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:10] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-09 01:57:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-09 01:57:10] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 01:57:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3c28df","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3c28df","method":"GET"} []
[2020-04-09 01:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:23] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 01:57:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 01:57:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:24] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 01:57:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:25] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 01:57:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"714bb7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/714bb7","method":"GET"} []
[2020-04-09 01:57:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:29] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-09 01:57:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-09 01:57:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 01:57:30] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 01:57:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"93679e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/93679e","method":"GET"} []
[2020-04-09 01:57:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:33] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-09 01:57:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-09 01:57:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cce68b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cce68b","method":"GET"} []
[2020-04-09 01:57:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:37] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-09 01:57:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:57:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-09 01:57:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:57:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:57:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:57:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b916ee","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b916ee","method":"GET"} []
[2020-04-09 01:59:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:59:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:59:01] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-09 01:59:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:59:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:59:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:59:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-09 01:59:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:59:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:59:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:59:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"56eca1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/56eca1","method":"GET"} []
[2020-04-09 01:59:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:59:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:59:19] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-09 01:59:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:59:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:59:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:59:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-09 01:59:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:59:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:59:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:59:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c1bdac","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c1bdac","method":"GET"} []
[2020-04-09 01:59:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:59:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:59:23] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 01:59:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:59:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:59:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:59:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 01:59:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:59:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:59:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:59:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"983b54","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/983b54","method":"GET"} []
[2020-04-09 01:59:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:59:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:59:28] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-09 01:59:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 01:59:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 01:59:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 01:59:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-09 01:59:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 01:59:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 01:59:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 01:59:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ad9e04","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ad9e04","method":"GET"} []
[2020-04-09 02:00:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:00:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:00:40] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-09 02:00:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:00:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:00:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:00:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:00:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:00:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:00:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:00:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f5a747","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f5a747","method":"GET"} []
[2020-04-09 02:00:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:00:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:00:54] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-09 02:00:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:00:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:00:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:00:55] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-09 02:00:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:00:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:00:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:00:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:00:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb5ac2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bb5ac2","method":"GET"} []
[2020-04-09 02:01:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:00] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"12","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/12/edit","method":"GET"} []
[2020-04-09 02:01:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:01:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:01:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["12"] []
[2020-04-09 02:01:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:01:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-09 02:01:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-09 02:01:01] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-09 02:01:02] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:01:02] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-09 02:01:02] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:01:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:01:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fc29ff","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fc29ff","method":"GET"} []
[2020-04-09 02:01:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:08] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-09 02:01:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:01:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:01:08] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-09 02:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-09 02:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 02:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-09 02:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 02:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-09 02:01:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:01:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9f6201","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9f6201","method":"GET"} []
[2020-04-09 02:01:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:13] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:01:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:01:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:01:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:01:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:01:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"492059","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/492059","method":"GET"} []
[2020-04-09 02:01:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:19] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-09 02:01:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:01:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:01:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-09 02:01:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:20] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-09 02:01:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:01:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:01:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:01:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-09 02:01:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:01:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c927f3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c927f3","method":"GET"} []
[2020-04-09 02:01:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:30] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 02:01:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:01:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:01:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 02:01:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:31] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 02:01:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:01:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:01:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:01:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 02:01:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:01:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b4f124","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b4f124","method":"GET"} []
[2020-04-09 02:01:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:36] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"7","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/7/show","method":"GET"} []
[2020-04-09 02:01:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:01:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:01:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:01:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["7"] []
[2020-04-09 02:01:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:01:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:01:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:01:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"48bc92","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/48bc92","method":"GET"} []
[2020-04-09 02:03:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:03:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:03:15] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 02:03:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:03:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:03:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:03:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:03:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:03:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:03:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:03:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"37577b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/37577b","method":"GET"} []
[2020-04-09 02:03:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:03:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:03:28] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 02:03:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:03:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:03:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:03:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 02:03:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:03:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:03:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:03:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3c96fd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3c96fd","method":"GET"} []
[2020-04-09 02:03:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:03:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:03:47] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"13","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/13/editcliente","method":"GET"} []
[2020-04-09 02:03:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:03:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:03:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:03:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["13"] []
[2020-04-09 02:03:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-09 02:03:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-09 02:03:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-09 02:03:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:03:48] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:03:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:03:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:03:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:03:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fe38c9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fe38c9","method":"GET"} []
[2020-04-09 02:04:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:04:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:04:47] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-09 02:04:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:04:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:04:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:04:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-09 02:04:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:04:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:04:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:04:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"02ab43","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/02ab43","method":"GET"} []
[2020-04-09 02:04:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:04:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:04:51] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-09 02:04:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:04:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:04:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:04:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:04:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:04:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f96ddd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f96ddd","method":"GET"} []
[2020-04-09 02:05:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:05:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:05:34] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-09 02:05:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:05:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:05:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:05:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:05:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:05:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:05:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:05:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7bc26","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d7bc26","method":"GET"} []
[2020-04-09 02:07:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:07:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:07:53] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-09 02:07:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:07:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:07:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:07:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:07:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:07:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:07:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:07:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ea9d48","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ea9d48","method":"GET"} []
[2020-04-09 02:07:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:07:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:07:59] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-09 02:07:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:07:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:07:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:07:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:08:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:08:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:08:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:08:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b3a195","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b3a195","method":"GET"} []
[2020-04-09 02:08:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:08:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:08:23] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-09 02:08:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:08:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:08:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:08:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:08:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:08:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"342479","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/342479","method":"GET"} []
[2020-04-09 02:08:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:08:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:08:41] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"1","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/1/show","method":"GET"} []
[2020-04-09 02:08:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:08:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:08:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:08:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:08:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:08:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:08:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:08:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"77e4e0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/77e4e0","method":"GET"} []
[2020-04-09 02:09:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:09:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:09:13] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 02:09:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:09:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:09:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:09:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 02:09:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:09:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:09:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:09:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"958226","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/958226","method":"GET"} []
[2020-04-09 02:09:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:09:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:09:21] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"12","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/edit","method":"GET"} []
[2020-04-09 02:09:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:09:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:09:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:09:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 02:09:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-09 02:09:21] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:09:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:09:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:09:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:09:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:09:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"976539","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/976539","method":"GET"} []
[2020-04-09 02:09:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:09:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:09:27] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"12","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/delete","method":"DELETE"} []
[2020-04-09 02:09:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:09:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:09:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:09:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 02:09:29] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 02:09:29] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [12] []
[2020-04-09 02:09:29] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 02:09:30] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM empleado WHERE id = ?' with params [12]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`))" at C:\xampp\htdocs\aiis\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ForeignKeyConstraintViolationException(code: 0): An exception occurred while executing 'DELETE FROM empleado WHERE id = ?' with params [12]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:60, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:107, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:105)"} []
[2020-04-09 02:09:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:09:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:09:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:09:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"97b7c0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/97b7c0","method":"GET"} []
[2020-04-09 02:10:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:10:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:10:18] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 02:10:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:10:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:10:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:10:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:10:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:10:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:10:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:10:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7e679","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d7e679","method":"GET"} []
[2020-04-09 02:11:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:11:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:11:11] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 02:11:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:11:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:11:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:11:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:11:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:11:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:11:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:11:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"161468","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/161468","method":"GET"} []
[2020-04-09 02:11:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:11:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:11:46] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-09 02:11:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:11:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:11:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-09 02:11:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:11:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:11:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:11:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8a7af7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8a7af7","method":"GET"} []
[2020-04-09 02:11:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:11:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:11:53] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-09 02:11:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:11:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:11:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:11:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-09 02:11:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:11:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:11:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:11:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:11:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:11:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"37cf66","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/37cf66","method":"GET"} []
[2020-04-09 02:12:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:12:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:12:03] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 02:12:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:12:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:12:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:12:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:12:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:12:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:12:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:12:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9d99b3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9d99b3","method":"GET"} []
[2020-04-09 02:12:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:12:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:12:07] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-09 02:12:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:12:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:12:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:12:07] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-09 02:12:07] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:12:08] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:12:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:12:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:12:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:12:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9f527a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9f527a","method":"GET"} []
[2020-04-09 02:12:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:12:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:12:18] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 02:12:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:12:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:12:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:12:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:12:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:12:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:12:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:12:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"031d83","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/031d83","method":"GET"} []
[2020-04-09 02:15:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:15:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:15:00] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:15:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:15:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:15:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:15:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-09 02:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["12523532666966"] []
[2020-04-09 02:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["jhhgghgj"] []
[2020-04-09 02:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["jh"] []
[2020-04-09 02:15:03] translation.WARNING: Translation not found. {"id":"Tiene que ser nÃºmero no {{ value }} Ejm. 51971502295.","domain":"validators","locale":"es"} []
[2020-04-09 02:15:03] translation.WARNING: Translation not found. {"id":"El Nombre de Banco debe tener mÃ­nimo {{ limit }} caracteres de longitud.","domain":"validators","locale":"es"} []
[2020-04-09 02:15:03] translation.WARNING: Translation not found. {"id":"El Nombre debe tener maximo {{ limit }} caracteres de longitud.","domain":"validators","locale":"es"} []
[2020-04-09 02:15:03] translation.WARNING: Translation not found. {"id":"No puede tener nÃºmeros.","domain":"validators","locale":"es"} []
[2020-04-09 02:15:03] translation.WARNING: Translation not found. {"id":"Este valor '{{ value }}' no es un correo vÃ¡lido","domain":"validators","locale":"es"} []
[2020-04-09 02:15:04] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:15:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:15:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:15:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:15:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e49f36","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e49f36","method":"GET"} []
[2020-04-09 02:16:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:16:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:16:32] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:16:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:16:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:16:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:16:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:16:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:16:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:16:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:16:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8b5195","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8b5195","method":"GET"} []
[2020-04-09 02:17:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:17:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:17:59] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:17:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:18:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:18:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:18:00] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-09 02:18:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["12345678"] []
[2020-04-09 02:18:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["jjghjjh"] []
[2020-04-09 02:18:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["jjj"] []
[2020-04-09 02:18:02] translation.WARNING: Translation not found. {"id":"El Nombre de Banco debe tener mÃ­nimo {{ limit }} caracteres de longitud.","domain":"validators","locale":"es"} []
[2020-04-09 02:18:02] translation.WARNING: Translation not found. {"id":"Este valor '{{ value }}' no es un correo vÃ¡lido","domain":"validators","locale":"es"} []
[2020-04-09 02:18:02] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:18:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:18:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:18:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:18:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ec7367","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ec7367","method":"GET"} []
[2020-04-09 02:19:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:19:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:19:45] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:19:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:19:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:19:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:19:46] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:19:46] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:19:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:19:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:19:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:19:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"46f0ba","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/46f0ba","method":"GET"} []
[2020-04-09 02:19:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:19:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:19:50] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:19:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:19:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:19:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:19:51] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-09 02:19:51] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:19:51] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:19:51] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:19:51] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:19:51] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:19:51] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:19:51] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:19:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:19:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:19:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:19:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c4fc7e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c4fc7e","method":"GET"} []
[2020-04-09 02:20:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:20:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:20:00] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:20:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:20:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:20:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:01] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:20:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:20:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:20:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:20:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5e5686","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5e5686","method":"GET"} []
[2020-04-09 02:20:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:20:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:20:35] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:20:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:20:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:20:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:20:36] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-09 02:20:36] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:36] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:36] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:36] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:36] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:36] translation.WARNING: Translation not found. {"id":"No puede estar en blanco","domain":"validators","locale":"es"} []
[2020-04-09 02:20:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:20:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:20:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:20:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:20:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2b9dad","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2b9dad","method":"GET"} []
[2020-04-09 02:22:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:22:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:22:47] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:22:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:22:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:22:48] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-09 02:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["1234568"] []
[2020-04-09 02:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["jj@jj.com"] []
[2020-04-09 02:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["jjjj"] []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"El Nombre de Banco debe tener mÃ­nimo {{ limit }} caracteres de longitud.","domain":"validators","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"No puede tener nÃºmeros.","domain":"validators","locale":"es"} []
[2020-04-09 02:22:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:22:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:22:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:22:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:22:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3e659b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3e659b","method":"GET"} []
[2020-04-09 02:23:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:23:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:23:53] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:23:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:23:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:23:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-09 02:23:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["1234568"] []
[2020-04-09 02:23:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["jj@jj.com"] []
[2020-04-09 02:23:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["jjjj"] []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"No puede tener nÃºmeros.","domain":"validators","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"Este valor '{{ value }}' no es un correo vÃ¡lido","domain":"validators","locale":"es"} []
[2020-04-09 02:23:54] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:23:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:23:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:23:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:23:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:23:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ea7826","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ea7826","method":"GET"} []
[2020-04-09 02:25:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:25:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:25:16] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:25:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:25:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:25:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:25:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:25:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:25:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:25:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:25:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"16519d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/16519d","method":"GET"} []
[2020-04-09 02:26:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:26:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:26:58] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"POST"} []
[2020-04-09 02:26:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:26:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:26:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:26:59] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-09 02:27:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["12345678"] []
[2020-04-09 02:27:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["hhhh@gmail.com"] []
[2020-04-09 02:27:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["hhhh"] []
[2020-04-09 02:27:02] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 02:27:02] doctrine.DEBUG: INSERT INTO empleado (role, nombre, paterno, materno, ci, foto, num_contrato, fecha_ini_contrato, fecha_fin_contrato, grado_academico, cargo, email, telefono, usuario, password, direccion, observaciones, id_empresa, id_ci_departamento) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"ROLE_ADMIN","2":"hhh","3":"hhh","4":"hhh","5":"12345678","6":"1586392022.jpeg","7":"12345/2020","8":"2020-01-01 08:30:00","9":"2020-12-30 18:00:00","10":"DOCTORADO","11":"hhhhhhhh","12":"hhhh@gmail.com","13":"123456","14":"hhhh","15":"$2y$13$KQjX5eLaS03OmVD3LfK [...]","16":"kk8k","17":"kikiu987*","18":null,"19":1} []
[2020-04-09 02:27:02] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 02:27:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:27:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:27:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:27:03] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"14","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/14/show","method":"GET"} []
[2020-04-09 02:27:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:27:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:27:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:27:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["14"] []
[2020-04-09 02:27:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:27:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:27:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:27:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"276a97","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/276a97","method":"GET"} []
[2020-04-09 02:28:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:01] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"14","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/14/show","method":"GET"} []
[2020-04-09 02:28:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:28:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:28:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:28:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["14"] []
[2020-04-09 02:28:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:28:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da587b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/da587b","method":"GET"} []
[2020-04-09 02:28:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:26] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 02:28:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:28:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:28:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:28:27] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:28:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:28:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa9890","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/aa9890","method":"GET"} []
[2020-04-09 02:28:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:44] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-09 02:28:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:28:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:28:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:28:45] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-09 02:28:45] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 02:28:45] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:28:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:28:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8025e3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8025e3","method":"GET"} []
[2020-04-09 02:28:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:50] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-09 02:28:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:28:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:28:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:28:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-09 02:28:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2272d3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2272d3","method":"GET"} []
[2020-04-09 02:28:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:57] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-09 02:28:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:28:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:28:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:28:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-09 02:28:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:28:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:28:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:28:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6c15d0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6c15d0","method":"GET"} []
[2020-04-09 02:29:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:29:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:29:32] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-09 02:29:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:29:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:29:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-09 02:29:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:29:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:29:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:29:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"151ab0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/151ab0","method":"GET"} []
[2020-04-09 02:29:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:29:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:29:41] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-09 02:29:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:29:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:29:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:29:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-09 02:29:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-09 02:29:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:29:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:29:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:29:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb2686","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cb2686","method":"GET"} []
[2020-04-09 02:29:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:29:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:29:51] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:29:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:29:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:29:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:29:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:29:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:29:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"46d5c8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/46d5c8","method":"GET"} []
[2020-04-09 02:30:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:30:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:30:00] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-09 02:30:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:30:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:30:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:30:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:30:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:30:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:30:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:30:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bfa9ae","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bfa9ae","method":"GET"} []
[2020-04-09 02:30:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:30:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:30:28] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:30:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:30:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:30:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:30:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:30:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:30:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:30:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:30:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8f167e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8f167e","method":"GET"} []
[2020-04-09 02:30:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:30:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:30:47] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-09 02:30:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:30:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:30:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:30:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:30:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:30:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:30:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:30:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6ca93c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6ca93c","method":"GET"} []
[2020-04-09 02:31:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:01] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:31:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:31:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:01] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:31:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:31:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:31:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:31:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:31:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:31:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:31:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:31:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:31:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:31:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4fb350","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4fb350","method":"GET"} []
[2020-04-09 02:31:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c87efa","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c87efa","method":"GET"} []
[2020-04-09 02:31:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:08] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:31:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:31:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:31:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:31:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:31:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:31:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6a7472","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6a7472","method":"GET"} []
[2020-04-09 02:31:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:19] request.INFO: Matched route "tipotrabajo_show". {"route":"tipotrabajo_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::showAction","id":"1","_route":"tipotrabajo_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/show","method":"GET"} []
[2020-04-09 02:31:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:31:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:31:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:31:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:31:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:31:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"587f85","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/587f85","method":"GET"} []
[2020-04-09 02:31:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:25] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:31:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:31:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:31:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:31:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:31:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:31:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3e14a6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3e14a6","method":"GET"} []
[2020-04-09 02:31:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:33] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-09 02:31:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:31:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:31:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:31:34] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-09 02:31:34] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-09 02:31:34] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-09 02:31:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:31:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:31:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"80fdb0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/80fdb0","method":"GET"} []
[2020-04-09 02:31:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\aiis\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-09 02:31:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:46] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:31:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:31:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:31:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:31:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:31:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:31:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9ac382","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9ac382","method":"GET"} []
[2020-04-09 02:31:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:53] request.INFO: Matched route "tipotrabajo_edit". {"route":"tipotrabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::editAction","id":"1","_route":"tipotrabajo_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/edit","method":"GET"} []
[2020-04-09 02:31:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:31:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:31:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:31:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? ["1"] []
[2020-04-09 02:31:54] translation.WARNING: Translation not found. {"id":"Seleccione Estado","domain":"messages","locale":"es"} []
[2020-04-09 02:31:54] translation.WARNING: Translation not found. {"id":"Activo","domain":"messages","locale":"es"} []
[2020-04-09 02:31:54] translation.WARNING: Translation not found. {"id":"Inactivo","domain":"messages","locale":"es"} []
[2020-04-09 02:31:54] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:31:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:31:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aa8751","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/aa8751","method":"GET"} []
[2020-04-09 02:31:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:31:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:31:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tipotrabajo/1/lib/css/wysiwyg-color.css" (from "http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/edit")" at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tipotrabajo/1/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/1/edit\") at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\aiis\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-09 02:32:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:06] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-09 02:32:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:32:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:32:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:32:06] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-09 02:32:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:32:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:32:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9ca73c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9ca73c","method":"GET"} []
[2020-04-09 02:32:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:17] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-09 02:32:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:32:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:32:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:32:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-09 02:32:17] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-09 02:32:18] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:32:18] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-09 02:32:18] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:32:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:32:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"78fc43","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/78fc43","method":"GET"} []
[2020-04-09 02:32:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:26] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-09 02:32:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:32:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:32:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:32:26] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-09 02:32:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:32:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:32:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e110f2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e110f2","method":"GET"} []
[2020-04-09 02:32:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:30] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"12","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/12/edit","method":"GET"} []
[2020-04-09 02:32:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:32:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["12"] []
[2020-04-09 02:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-09 02:32:31] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-09 02:32:31] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-09 02:32:31] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-09 02:32:31] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-09 02:32:31] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:32:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:32:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9b43a2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9b43a2","method":"GET"} []
[2020-04-09 02:32:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:40] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-09 02:32:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:32:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:32:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 02:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-09 02:32:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:32:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9bc337","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9bc337","method":"GET"} []
[2020-04-09 02:32:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:56] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:32:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:32:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:32:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:32:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:32:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:32:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:32:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:32:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9c8274","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9c8274","method":"GET"} []
[2020-04-09 02:33:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:10] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-09 02:33:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:33:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-09 02:33:11] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-09 02:33:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-09 02:33:11] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:33:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:33:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b1c103","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b1c103","method":"GET"} []
[2020-04-09 02:33:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:20] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-09 02:33:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:33:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:33:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:33:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-09 02:33:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:33:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c0bd67","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c0bd67","method":"GET"} []
[2020-04-09 02:33:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:31] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"10","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/10/concluir","method":"GET"} []
[2020-04-09 02:33:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:33:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:33:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:33:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["10"] []
[2020-04-09 02:33:32] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '13' [] []
[2020-04-09 02:33:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:33:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:33:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c037cb","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c037cb","method":"GET"} []
[2020-04-09 02:33:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:40] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:33:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:33:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:33:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:33:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:33:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8af065","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8af065","method":"GET"} []
[2020-04-09 02:33:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:43] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-09 02:33:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:33:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:33:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 02:33:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-09 02:33:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:33:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:33:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:33:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f3e986","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f3e986","method":"GET"} []
[2020-04-09 02:34:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:34:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:34:02] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-09 02:34:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:34:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:34:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:34:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-09 02:34:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:34:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:34:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:34:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d3c324","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d3c324","method":"GET"} []
[2020-04-09 02:34:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:34:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:34:09] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:34:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:34:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:34:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:34:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:34:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:34:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:34:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:34:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"962bab","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/962bab","method":"GET"} []
[2020-04-09 02:35:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:35:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:35:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-09 02:35:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:35:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:35:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:35:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-09 02:35:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:35:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:35:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:35:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1574e0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1574e0","method":"GET"} []
[2020-04-09 02:36:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:04] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:36:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:36:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:36:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:36:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:36:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:36:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ed905a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ed905a","method":"GET"} []
[2020-04-09 02:36:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:14] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:36:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:36:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:36:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:36:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:14] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:36:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:36:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:36:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:36:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:36:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:36:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:36:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:36:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d5b2f8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d5b2f8","method":"GET"} []
[2020-04-09 02:36:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:19] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-09 02:36:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:36:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:36:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:36:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-09 02:36:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:36:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"284c3b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/284c3b","method":"GET"} []
[2020-04-09 02:36:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:48] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-09 02:36:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:36:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:36:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:36:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-09 02:36:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:36:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:36:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:36:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e7d993","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e7d993","method":"GET"} []
[2020-04-09 02:37:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:37:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:37:30] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-09 02:37:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:37:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:37:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:37:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-09 02:37:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:37:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:37:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:37:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f878e8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f878e8","method":"GET"} []
[2020-04-09 02:38:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:38:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:38:13] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:38:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:38:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:38:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:38:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:38:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:38:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:38:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:38:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fae248","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fae248","method":"GET"} []
[2020-04-09 02:38:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:38:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:38:18] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-09 02:38:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:38:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:38:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:38:18] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-09 02:38:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:38:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:38:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:38:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:38:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f6e965","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f6e965","method":"GET"} []
[2020-04-09 02:38:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:38:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:38:31] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-09 02:38:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:38:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 02:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-09 02:38:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:38:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:38:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:38:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4a11df","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4a11df","method":"GET"} []
[2020-04-09 02:38:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:38:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:38:38] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-09 02:38:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:38:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-09 02:38:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:38:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 02:38:39] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-09 02:38:39] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.estado LIKE ? ORDER BY t0_.nombre ASC ["Activo"] []
[2020-04-09 02:38:39] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-09 02:38:39] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-09 02:38:39] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 02:38:39] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:38:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:38:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:38:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:38:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cae9ae","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cae9ae","method":"GET"} []
[2020-04-09 02:39:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:31] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-09 02:39:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 02:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-09 02:39:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:32] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/edit","method":"POST"} []
[2020-04-09 02:39:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-09 02:39:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 02:39:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.estado LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["Activo",["1"]] []
[2020-04-09 02:39:33] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%",["6"]] []
[2020-04-09 02:39:34] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-09 02:39:34] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 02:39:34] doctrine.DEBUG: UPDATE trabajo SET fecha_inicio = ?, id_tipo_trabajo = ? WHERE id = ? ["2020-04-08 20:39:34",1,9] []
[2020-04-09 02:39:34] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 02:39:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:35] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-09 02:39:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-09 02:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 02:39:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"84be45","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/84be45","method":"GET"} []
[2020-04-09 02:39:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:43] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:39:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:39:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8570ce","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8570ce","method":"GET"} []
[2020-04-09 02:39:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:46] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:39:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:39:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9d56ca","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9d56ca","method":"GET"} []
[2020-04-09 02:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:50] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:39:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:50] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:39:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:50] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:39:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:39:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:51] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:39:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:39:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:52] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:39:52] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:39:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:39:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:39:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:39:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:39:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:39:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:39:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:39:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:39:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:39:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:39:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b19c1b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b19c1b","method":"GET"} []
[2020-04-09 02:39:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:40:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:40:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:40:22] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:40:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:40:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:40:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:40:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:40:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:40:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:40:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:40:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"568b47","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/568b47","method":"GET"} []
[2020-04-09 02:41:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:41:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:41:10] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:41:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:41:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:41:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:41:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:41:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:41:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:41:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4047f5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4047f5","method":"GET"} []
[2020-04-09 02:41:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:41:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:41:20] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-09 02:41:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:41:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:41:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:41:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-09 02:41:21] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-09 02:41:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-09 02:41:21] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:41:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:41:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:41:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:41:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"14fd3d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/14fd3d","method":"GET"} []
[2020-04-09 02:41:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:41:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:41:41] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"7","_route":"material_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/new","method":"GET"} []
[2020-04-09 02:41:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:41:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:41:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:41:42] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:41:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:41:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:41:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:41:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4713c1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4713c1","method":"GET"} []
[2020-04-09 02:41:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:41:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:41:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/7/lib/css/wysiwyg-color.css" (from "http://localhost:8080/aiis/web/app_dev.php/material/7/new")" at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/7/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/aiis/web/app_dev.php/material/7/new\") at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\aiis\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1025)"} []
[2020-04-09 02:42:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:42:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:42:16] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"7","_route":"material_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/new","method":"POST"} []
[2020-04-09 02:42:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:42:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:42:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:42:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-09 02:42:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 02:42:18] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"impresora nueva epson 3030<br>","2":"1","3":"remplazo","4":7} []
[2020-04-09 02:42:18] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 02:42:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:42:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:42:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:42:19] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-09 02:42:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:42:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:42:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:42:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-09 02:42:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-09 02:42:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-09 02:42:20] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:42:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:42:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:42:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:42:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6a1e98","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6a1e98","method":"GET"} []
[2020-04-09 02:42:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:42:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:42:38] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/7/edit","method":"POST"} []
[2020-04-09 02:42:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:42:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:42:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:42:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-09 02:42:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-09 02:42:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-09 02:42:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:42:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:42:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:42:40] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-09 02:42:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:42:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:42:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:42:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-09 02:42:41] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-09 02:42:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-09 02:42:41] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:42:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:42:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:42:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:42:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"57e3b4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/57e3b4","method":"GET"} []
[2020-04-09 02:42:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:42:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:42:57] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 02:42:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:42:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:42:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:42:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 02:42:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:42:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:42:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:42:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bc76f2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bc76f2","method":"GET"} []
[2020-04-09 02:43:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:43:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:43:15] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-09 02:43:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:43:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:43:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:43:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-09 02:43:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:43:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:43:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:43:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8721f9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8721f9","method":"GET"} []
[2020-04-09 02:43:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:43:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:43:24] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"9","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/concluir","method":"GET"} []
[2020-04-09 02:43:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:43:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:43:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:43:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-09 02:43:25] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-09 02:43:25] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:43:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:43:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:43:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:43:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d6f15c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d6f15c","method":"GET"} []
[2020-04-09 02:43:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:43:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:43:59] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"9","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/concluir","method":"POST"} []
[2020-04-09 02:43:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:44:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-09 02:44:01] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-09 02:44:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [12] []
[2020-04-09 02:44:01] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 02:44:01] doctrine.DEBUG: UPDATE solicitud SET estado = ?, fecha_solucion = ? WHERE id = ? ["Concluido","2020-04-08 20:44:01",12] []
[2020-04-09 02:44:01] doctrine.DEBUG: UPDATE trabajo SET observacion_tecnico = ? WHERE id = ? ["trabajo realizado",9] []
[2020-04-09 02:44:01] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 02:44:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-09 02:44:01] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 02:44:01] doctrine.DEBUG: UPDATE trabajo SET fecha_fin = ?, id_estado_trabajo = ? WHERE id = ? ["2020-04-08 20:44:01",3,9] []
[2020-04-09 02:44:01] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 02:44:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:44:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:44:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:44:02] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-09 02:44:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:44:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:44:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:44:02] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-09 02:44:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-09 02:44:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:44:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 02:44:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-09 02:44:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:44:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:44:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:44:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:44:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"96b668","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/96b668","method":"GET"} []
[2020-04-09 02:44:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:44:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:44:16] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-09 02:44:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:44:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:44:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:44:16] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-09 02:44:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:44:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:44:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:44:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:44:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eee4bc","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/eee4bc","method":"GET"} []
[2020-04-09 02:44:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:44:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:44:31] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"12","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/decide/12/0","method":"GET"} []
[2020-04-09 02:44:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:44:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:44:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:44:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["12"] []
[2020-04-09 02:44:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:44:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-09 02:44:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 02:44:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:44:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:44:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:44:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"da88b4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/da88b4","method":"GET"} []
[2020-04-09 02:45:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:45:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:45:15] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"12","bandera":"0","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/decide/12/0","method":"POST"} []
[2020-04-09 02:45:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:45:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:45:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:45:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["12"] []
[2020-04-09 02:45:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id_solicitud = ? LIMIT 1 [12] []
[2020-04-09 02:45:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 02:45:17] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 02:45:17] doctrine.DEBUG: UPDATE solicitud SET observacion_cliente = ? WHERE id = ? ["no jala papel",12] []
[2020-04-09 02:45:17] doctrine.DEBUG: UPDATE trabajo SET id_estado_trabajo = ? WHERE id = ? [2,9] []
[2020-04-09 02:45:17] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 02:45:17] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 02:45:17] doctrine.DEBUG: UPDATE solicitud SET estado = ? WHERE id = ? ["Pendiente",12] []
[2020-04-09 02:45:17] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 02:45:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:45:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:45:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:45:17] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-09 02:45:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:45:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:45:18] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-09 02:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 02:45:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:45:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:45:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:45:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"de9558","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/de9558","method":"GET"} []
[2020-04-09 02:45:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:45:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:45:24] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-09 02:45:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:45:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:45:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:45:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-09 02:45:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:45:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:45:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:45:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0c072d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0c072d","method":"GET"} []
[2020-04-09 02:46:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:46:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:46:22] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:46:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:46:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:46:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:46:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:46:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:46:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:46:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:46:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ab6989","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ab6989","method":"GET"} []
[2020-04-09 02:47:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:47:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:47:14] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:47:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:47:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:47:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:47:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:47:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:47:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:47:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:47:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8beb34","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8beb34","method":"GET"} []
[2020-04-09 02:49:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:49:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:49:14] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:49:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:49:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:49:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:49:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:49:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:49:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:49:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:49:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb142c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cb142c","method":"GET"} []
[2020-04-09 02:49:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:49:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:49:36] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-09 02:49:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 02:49:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 02:49:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 02:49:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-09 02:49:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 02:49:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 02:49:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 02:49:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c879bf","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c879bf","method":"GET"} []
[2020-04-09 14:55:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 14:55:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 14:55:07] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 14:55:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 14:55:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 14:55:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 14:55:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 14:55:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 14:55:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 14:55:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 14:55:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5ed21b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5ed21b","method":"GET"} []
[2020-04-09 14:55:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 14:55:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 14:55:42] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 14:55:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 14:55:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 14:55:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 14:55:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 14:55:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 14:55:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 14:55:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 14:55:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7b27e6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7b27e6","method":"GET"} []
[2020-04-09 14:59:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 14:59:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 14:59:15] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 14:59:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 14:59:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 14:59:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 14:59:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 14:59:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 14:59:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 14:59:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 14:59:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7ca354","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7ca354","method":"GET"} []
[2020-04-09 15:00:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:00:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:00:07] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:00:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:00:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:00:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:00:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:00:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:00:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:00:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:00:10] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:00:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:00:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:00:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:00:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:00:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:00:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:00:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:00:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"12ddf0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/12ddf0","method":"GET"} []
[2020-04-09 15:00:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:00:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:00:30] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:00:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:00:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:00:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:00:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:00:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:00:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:00:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:00:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fecc33","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fecc33","method":"GET"} []
[2020-04-09 15:02:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:02:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:02:19] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:02:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:02:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:02:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:02:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:02:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:02:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:02:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:02:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a0e440","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a0e440","method":"GET"} []
[2020-04-09 15:02:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:02:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:02:25] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:02:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:02:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:02:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:02:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:02:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:02:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:02:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:02:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"56a184","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/56a184","method":"GET"} []
[2020-04-09 15:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:02:52] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:02:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:02:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:02:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:02:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:02:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:02:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a3c108","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a3c108","method":"GET"} []
[2020-04-09 15:05:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:05:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:05:30] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:05:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:05:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:05:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:05:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:05:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:05:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:05:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:05:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"936dee","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/936dee","method":"GET"} []
[2020-04-09 15:06:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:06:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:06:30] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:06:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:06:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:06:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:06:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:06:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:06:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:06:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:06:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d1cf62","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d1cf62","method":"GET"} []
[2020-04-09 15:07:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:07:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:07:23] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:07:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:07:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:07:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:07:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:07:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:07:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:07:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:07:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b74219","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b74219","method":"GET"} []
[2020-04-09 15:08:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:08:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:08:52] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:08:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:08:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:08:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:08:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:08:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:08:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e09346","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e09346","method":"GET"} []
[2020-04-09 15:10:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:10:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:10:41] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:10:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:10:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:10:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:10:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:10:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:10:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:10:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:10:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3481ec","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3481ec","method":"GET"} []
[2020-04-09 15:13:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:13:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:13:31] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:13:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:13:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:13:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:13:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:13:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:13:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:13:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:13:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"91ee5c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/91ee5c","method":"GET"} []
[2020-04-09 15:14:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:14:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:14:51] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:14:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:14:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:14:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:14:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:14:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:14:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:14:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:14:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"66ae5a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/66ae5a","method":"GET"} []
[2020-04-09 15:17:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:17:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:17:14] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:17:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:17:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:17:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:17:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:17:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:17:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:17:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:17:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9d7f9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b9d7f9","method":"GET"} []
[2020-04-09 15:17:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:17:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:17:23] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:17:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:17:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:17:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:17:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:17:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:17:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:17:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:17:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"966f8a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/966f8a","method":"GET"} []
[2020-04-09 15:17:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:17:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:17:27] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:17:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:17:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:17:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:17:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:17:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:17:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:17:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:17:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"449458","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/449458","method":"GET"} []
[2020-04-09 15:17:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:17:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:17:31] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:17:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:17:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:17:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:17:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:17:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:17:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:17:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:17:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"194c85","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/194c85","method":"GET"} []
[2020-04-09 15:19:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:19:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:19:13] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:19:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:19:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:19:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:19:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:19:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:19:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:19:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:19:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"490a63","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/490a63","method":"GET"} []
[2020-04-09 15:20:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:20:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:20:22] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:20:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:20:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:20:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:20:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:20:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:20:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:20:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:20:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"aac6d4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/aac6d4","method":"GET"} []
[2020-04-09 15:20:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:20:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:20:54] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:20:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:20:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:20:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:20:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:20:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:20:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:20:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:20:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cdd759","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cdd759","method":"GET"} []
[2020-04-09 15:21:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:21:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:21:22] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:21:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:21:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:21:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:21:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:21:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:21:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:21:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:21:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8aef88","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8aef88","method":"GET"} []
[2020-04-09 15:22:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:22:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:22:33] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:22:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:22:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:22:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:22:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:22:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:22:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"234bbb","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/234bbb","method":"GET"} []
[2020-04-09 15:22:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:22:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:22:40] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-09 15:22:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:22:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:22:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-09 15:22:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:22:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:22:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:22:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b9b31","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6b9b31","method":"GET"} []
[2020-04-09 15:43:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:43:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:43:18] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:43:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:43:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:43:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:43:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:43:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:43:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:43:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:43:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0ebd22","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0ebd22","method":"GET"} []
[2020-04-09 15:43:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:43:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:43:27] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"12","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/show","method":"GET"} []
[2020-04-09 15:43:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:43:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:43:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:43:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:43:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:43:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:43:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:43:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d99991","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d99991","method":"GET"} []
[2020-04-09 15:43:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:43:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:43:31] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"12","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/delete","method":"DELETE"} []
[2020-04-09 15:43:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:43:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:43:32] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 15:43:32] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [12] []
[2020-04-09 15:43:32] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 15:43:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:43:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:43:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:43:32] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:43:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:43:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:43:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:43:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:43:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:43:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:43:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:43:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"70e6cf","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/70e6cf","method":"GET"} []
[2020-04-09 15:53:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:53:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:53:42] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"12","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/show","method":"GET"} []
[2020-04-09 15:53:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:53:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:53:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:53:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:53:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:53:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:53:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:53:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9fad85","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9fad85","method":"GET"} []
[2020-04-09 15:53:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:53:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:53:47] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"12","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/delete","method":"DELETE"} []
[2020-04-09 15:53:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:53:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:53:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:53:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:53:47] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 15:53:47] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [12] []
[2020-04-09 15:53:47] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 15:53:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:53:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:53:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:53:48] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:53:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:53:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:53:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:53:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:53:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:53:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:53:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:53:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"92defe","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/92defe","method":"GET"} []
[2020-04-09 15:55:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:08] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:55:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:55:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:55:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:55:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:55:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:55:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d3c91e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d3c91e","method":"GET"} []
[2020-04-09 15:55:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:13] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"12","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/show","method":"GET"} []
[2020-04-09 15:55:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:55:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:55:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:55:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"024598","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/024598","method":"GET"} []
[2020-04-09 15:55:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:18] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"12","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/delete","method":"DELETE"} []
[2020-04-09 15:55:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:55:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:55:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:55:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:55:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 15:55:18] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [12] []
[2020-04-09 15:55:18] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 15:55:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:55:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:19] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:55:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:55:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:55:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:55:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:55:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:55:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a668d7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a668d7","method":"GET"} []
[2020-04-09 15:55:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:57] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:55:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:55:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:55:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:55:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:55:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:55:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"704486","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/704486","method":"GET"} []
[2020-04-09 15:56:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:56:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:56:01] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"12","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/show","method":"GET"} []
[2020-04-09 15:56:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:56:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:56:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:56:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:56:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:56:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:56:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:56:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2ea4d3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2ea4d3","method":"GET"} []
[2020-04-09 15:56:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:56:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:56:06] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"12","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/delete","method":"DELETE"} []
[2020-04-09 15:56:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:56:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:56:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:56:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:56:07] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 15:56:07] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [12] []
[2020-04-09 15:56:07] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 15:56:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:56:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:56:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:56:07] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:56:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:56:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:56:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:56:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:56:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:56:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:56:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:56:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"55078f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/55078f","method":"GET"} []
[2020-04-09 15:58:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:58:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:58:38] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 15:58:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:58:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:58:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:58:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 15:58:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:58:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:58:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:58:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cda130","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cda130","method":"GET"} []
[2020-04-09 15:58:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:58:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:58:43] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"12","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/edit","method":"GET"} []
[2020-04-09 15:58:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:58:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:58:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:58:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:58:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-09 15:58:44] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 15:58:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:58:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:58:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:58:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4d6117","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4d6117","method":"GET"} []
[2020-04-09 15:58:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:58:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:58:47] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"12","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/delete","method":"DELETE"} []
[2020-04-09 15:58:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:58:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:58:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:58:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 15:58:48] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 15:58:48] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [12] []
[2020-04-09 15:58:48] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 15:58:48] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM empleado WHERE id = ?' with params [12]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`))" at C:\xampp\htdocs\aiis\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ForeignKeyConstraintViolationException(code: 0): An exception occurred while executing 'DELETE FROM empleado WHERE id = ?' with params [12]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:60, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:107, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:105)"} []
[2020-04-09 15:58:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:58:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:58:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:58:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2b6fa1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2b6fa1","method":"GET"} []
[2020-04-09 15:59:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:59:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:59:30] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-09 15:59:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 15:59:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 15:59:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 15:59:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-09 15:59:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 15:59:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 15:59:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 15:59:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 15:59:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"530d27","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/530d27","method":"GET"} []
[2020-04-09 16:00:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:12] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-09 16:00:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:00:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:00:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:00:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-09 16:00:12] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 16:00:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:00:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9a40e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b9a40e","method":"GET"} []
[2020-04-09 16:00:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:28] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:00:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:00:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:00:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:00:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6dd96a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6dd96a","method":"GET"} []
[2020-04-09 16:00:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:31] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"2","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/edit","method":"GET"} []
[2020-04-09 16:00:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:00:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:00:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [5] []
[2020-04-09 16:00:32] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 16:00:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:00:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c98dce","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c98dce","method":"GET"} []
[2020-04-09 16:00:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:35] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:00:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:00:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:00:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:00:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:00:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:00:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4a6488","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4a6488","method":"GET"} []
[2020-04-09 16:00:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:37] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"2","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/show","method":"GET"} []
[2020-04-09 16:00:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:00:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:00:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:00:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:00:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6fcd07","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6fcd07","method":"GET"} []
[2020-04-09 16:00:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:41] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"2","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/2/delete","method":"DELETE"} []
[2020-04-09 16:00:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:00:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:00:42] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 16:00:42] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [2] []
[2020-04-09 16:00:42] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 16:00:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:00:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:42] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:00:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:00:42] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "You cannot refresh a user from the EntityUserProvider that does not contain an identifier. The user object has to be serialized with its own identifier mapped by Doctrine." at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Bridge\Doctrine\Security\User\EntityUserProvider.php line 86 {"exception":"[object] (InvalidArgumentException(code: 0): You cannot refresh a user from the EntityUserProvider that does not contain an identifier. The user object has to be serialized with its own identifier mapped by Doctrine. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider.php:86)"} []
[2020-04-09 16:00:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:00:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:00:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bc3378","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bc3378","method":"GET"} []
[2020-04-09 16:01:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:27] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:01:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:01:28] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-09 16:01:28] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-09 16:01:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:29] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:01:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:01:30] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-09 16:01:30] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-09 16:01:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:30] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:01:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:01:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9a2f54","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9a2f54","method":"GET"} []
[2020-04-09 16:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:34] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:01:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-09 16:01:35] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider.php:71, Symfony\\Component\\Security\\Core\\Exception\\UsernameNotFoundException(code: 0): User \"admin\" not found. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider.php:61)"} []
[2020-04-09 16:01:35] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"/login"} []
[2020-04-09 16:01:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:35] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:01:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:01:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ae6438","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ae6438","method":"GET"} []
[2020-04-09 16:01:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:42] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:01:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-09 16:01:42] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider.php:71, Symfony\\Component\\Security\\Core\\Exception\\UsernameNotFoundException(code: 0): User \"admin\" not found. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider.php:61)"} []
[2020-04-09 16:01:42] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"/login"} []
[2020-04-09 16:01:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:43] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:01:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:01:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a19763","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a19763","method":"GET"} []
[2020-04-09 16:01:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:58] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:01:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["tecnico"] []
[2020-04-09 16:01:59] security.INFO: User has been authenticated successfully. {"username":"tecnico"} []
[2020-04-09 16:01:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:01:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:01:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:01:59] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:01:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-09 16:02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-09 16:02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:02:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a0d286","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a0d286","method":"GET"} []
[2020-04-09 16:02:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:18] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-09 16:02:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:02:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-09 16:02:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-09 16:02:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-09 16:02:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 16:02:19] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 16:02:19] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 16:02:19] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 16:02:19] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 16:02:19] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 16:02:19] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 16:02:19] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 16:02:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 16:02:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:02:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c12ef1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c12ef1","method":"GET"} []
[2020-04-09 16:02:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:43] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:02:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-09 16:02:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-09 16:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-09 16:02:43] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider.php:71, Symfony\\Component\\Security\\Core\\Exception\\UsernameNotFoundException(code: 0): User \"admin\" not found. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider.php:61)"} []
[2020-04-09 16:02:43] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"/login"} []
[2020-04-09 16:02:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:44] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:02:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:02:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"114efd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/114efd","method":"GET"} []
[2020-04-09 16:02:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:51] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:02:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-09 16:02:51] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider.php:71, Symfony\\Component\\Security\\Core\\Exception\\UsernameNotFoundException(code: 0): User \"admin\" not found. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider.php:61)"} []
[2020-04-09 16:02:51] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"/login"} []
[2020-04-09 16:02:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:51] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:02:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:02:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ccf856","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ccf856","method":"GET"} []
[2020-04-09 16:03:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:02] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:03:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-09 16:03:02] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider.php:71, Symfony\\Component\\Security\\Core\\Exception\\UsernameNotFoundException(code: 0): User \"admin\" not found. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider.php:61)"} []
[2020-04-09 16:03:02] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"/login"} []
[2020-04-09 16:03:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:02] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:03:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:03:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"724c9f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/724c9f","method":"GET"} []
[2020-04-09 16:03:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:50] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:03:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["carl"] []
[2020-04-09 16:03:51] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider.php:88, Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): The presented password is invalid. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\DaoAuthenticationProvider.php:65)"} []
[2020-04-09 16:03:51] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"/login"} []
[2020-04-09 16:03:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:52] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:03:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:03:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d0d160","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d0d160","method":"GET"} []
[2020-04-09 16:03:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:56] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:03:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["carl"] []
[2020-04-09 16:03:57] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider.php:88, Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): The presented password is invalid. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\DaoAuthenticationProvider.php:65)"} []
[2020-04-09 16:03:57] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"/login"} []
[2020-04-09 16:03:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:57] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:03:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:03:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:03:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:03:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b70050","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b70050","method":"GET"} []
[2020-04-09 16:04:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:04:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:04:51] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:04:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:04:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:04:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:04:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8a8988","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8a8988","method":"GET"} []
[2020-04-09 16:04:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:04:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:04:55] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:04:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["carl"] []
[2020-04-09 16:04:55] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Bad credentials. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider.php:88, Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): The presented password is invalid. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Core\\Authentication\\Provider\\DaoAuthenticationProvider.php:65)"} []
[2020-04-09 16:04:55] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"/login"} []
[2020-04-09 16:04:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:04:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:04:56] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:04:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:04:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:04:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:04:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a3f06e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a3f06e","method":"GET"} []
[2020-04-09 16:09:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:09:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:09:30] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:09:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["carl"] []
[2020-04-09 16:09:31] security.INFO: User has been authenticated successfully. {"username":"carl"} []
[2020-04-09 16:09:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:09:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:09:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:09:32] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-09 16:09:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:09:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:09:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:09:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:09:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:09:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:09:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ea93c0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ea93c0","method":"GET"} []
[2020-04-09 16:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:09:41] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:09:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:09:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:09:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:09:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:09:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:09:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7017d9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7017d9","method":"GET"} []
[2020-04-09 16:09:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:09:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:09:56] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-09 16:09:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:09:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:09:57] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 16:09:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:09:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:09:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:09:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"17b297","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/17b297","method":"GET"} []
[2020-04-09 16:10:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:01] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:10:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:10:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:10:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:10:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:10:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:10:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"43f3c3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/43f3c3","method":"GET"} []
[2020-04-09 16:10:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:11] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"3","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/3/show","method":"GET"} []
[2020-04-09 16:10:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:10:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:10:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:10:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-09 16:10:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:10:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2bd95c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2bd95c","method":"GET"} []
[2020-04-09 16:10:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:17] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"3","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/3/delete","method":"DELETE"} []
[2020-04-09 16:10:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:10:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:10:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:10:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-09 16:10:18] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 16:10:18] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [3] []
[2020-04-09 16:10:18] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 16:10:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM empleado WHERE id = ?' with params [3]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`))" at C:\xampp\htdocs\aiis\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ForeignKeyConstraintViolationException(code: 0): An exception occurred while executing 'DELETE FROM empleado WHERE id = ?' with params [3]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:60, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:107, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`bd_service`.`trabajo`, CONSTRAINT `trabajo_empleado_tecnico_id_fk` FOREIGN KEY (`id_tecnico`) REFERENCES `empleado` (`id`)) at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:105)"} []
[2020-04-09 16:10:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:10:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4101c0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4101c0","method":"GET"} []
[2020-04-09 16:10:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:34] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:10:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:10:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:10:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:10:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:10:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a9d230","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a9d230","method":"GET"} []
[2020-04-09 16:10:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:46] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:10:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:10:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:10:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:10:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:10:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:10:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cbf547","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cbf547","method":"GET"} []
[2020-04-09 16:10:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:51] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"3","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/3/show","method":"GET"} []
[2020-04-09 16:10:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:10:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:10:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:10:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-09 16:10:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:10:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5dfdca","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5dfdca","method":"GET"} []
[2020-04-09 16:10:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:54] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"3","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/3/delete","method":"DELETE"} []
[2020-04-09 16:10:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:10:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:10:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:10:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-09 16:10:55] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 16:10:55] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [3] []
[2020-04-09 16:10:55] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 16:10:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:10:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:55] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:10:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:10:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:10:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:10:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:10:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:10:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:10:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:10:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a73fb8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a73fb8","method":"GET"} []
[2020-04-09 16:12:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:26] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-09 16:12:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:12:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:12:26] php.INFO: User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Refreshing a deauthenticated user is deprecated as of 3.4 and will trigger a logout in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\ContextListener.php:188)"} []
[2020-04-09 16:12:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"carl"} []
[2020-04-09 16:12:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:27] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-09 16:12:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-09 16:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0d44e6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0d44e6","method":"GET"} []
[2020-04-09 16:12:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:31] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-09 16:12:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-09 16:12:32] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-09 16:12:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:12:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:32] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-09 16:12:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:12:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:12:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:12:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:12:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e5d24b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e5d24b","method":"GET"} []
[2020-04-09 16:12:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:42] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:12:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:12:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:12:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:12:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:12:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:12:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a2ab7d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a2ab7d","method":"GET"} []
[2020-04-09 16:12:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:56] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"12","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/edit","method":"GET"} []
[2020-04-09 16:12:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:12:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:12:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:12:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 16:12:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-09 16:12:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 16:12:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:12:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:12:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:12:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"47121d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/47121d","method":"GET"} []
[2020-04-09 16:13:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:13:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:13:05] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"12","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/edit","method":"POST"} []
[2020-04-09 16:13:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:13:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:13:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:13:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 16:13:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-09 16:13:05] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["2"]] []
[2020-04-09 16:13:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["3498814"] []
[2020-04-09 16:13:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["carsinani"] []
[2020-04-09 16:13:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["carl"] []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"Este valor '{{ value }}' no es un correo vÃ¡lido","domain":"validators","locale":"es"} []
[2020-04-09 16:13:07] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-09 16:13:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:13:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:13:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:13:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f64397","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f64397","method":"GET"} []
[2020-04-09 16:13:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:13:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:13:33] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"12","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/edit","method":"POST"} []
[2020-04-09 16:13:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:13:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:13:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:13:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 16:13:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-09 16:13:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["2"]] []
[2020-04-09 16:13:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["3498814"] []
[2020-04-09 16:13:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["carsinani@gmail.com"] []
[2020-04-09 16:13:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["carl"] []
[2020-04-09 16:13:35] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 16:13:35] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, email = ?, password = ? WHERE id = ? ["123","carsinani@gmail.com","$2y$13$f/O5txpsXn4U4WeiC.l [...]",12] []
[2020-04-09 16:13:35] doctrine.DEBUG: "COMMIT" [] []
[2020-04-09 16:13:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:13:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:13:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:13:35] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:13:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:13:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:13:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:13:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:13:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:13:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:13:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:13:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fe542e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fe542e","method":"GET"} []
[2020-04-09 16:16:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:16:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:16:44] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:16:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:16:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:16:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:16:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:16:45] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Unexpected token "operator" of value "=" ("end of statement block" expected)." at C:\xampp\htdocs\aiis\src\AdminBundle/Resources/views/empleado/index.html.twig line 15 {"exception":"[object] (Twig_Error_Syntax(code: 0): Unexpected token \"operator\" of value \"=\" (\"end of statement block\" expected). at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/views/empleado/index.html.twig:15)"} []
[2020-04-09 16:16:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:16:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:16:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:16:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"70bbc6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/70bbc6","method":"GET"} []
[2020-04-09 16:17:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:17:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:17:17] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:17:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:17:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:17:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:17:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:17:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:17:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1794b5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1794b5","method":"GET"} []
[2020-04-09 16:17:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:17:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:17:23] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"12","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/show","method":"GET"} []
[2020-04-09 16:17:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:17:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:17:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:17:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 16:17:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:17:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:17:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:17:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"067bac","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/067bac","method":"GET"} []
[2020-04-09 16:17:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:17:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:17:27] request.INFO: Matched route "empleado_delete". {"route":"empleado_delete","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::deleteAction","id":"12","_route":"empleado_delete"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/12/delete","method":"DELETE"} []
[2020-04-09 16:17:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:17:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:17:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:17:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["12"] []
[2020-04-09 16:17:27] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-09 16:17:27] doctrine.DEBUG: DELETE FROM empleado WHERE id = ? [12] []
[2020-04-09 16:17:27] doctrine.DEBUG: "ROLLBACK" [] []
[2020-04-09 16:17:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:17:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:17:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:17:28] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-09 16:17:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:17:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:17:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:17:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-09 16:17:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:17:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:17:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:17:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a053a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0a053a","method":"GET"} []
[2020-04-09 16:32:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:01] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-09 16:32:01] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-09 16:32:01] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-09 16:32:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:32:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:32:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:32:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-09 16:32:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:32:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"504adc","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/504adc","method":"GET"} []
[2020-04-09 16:32:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:10] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-09 16:32:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:32:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:32:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:32:10] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-09 16:32:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 16:32:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:32:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9dc18f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9dc18f","method":"GET"} []
[2020-04-09 16:32:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:13] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-09 16:32:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:32:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:32:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:32:13] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-09 16:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-09 16:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-09 16:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-09 16:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 16:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-09 16:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-09 16:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-09 16:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-09 16:32:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:32:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"afa7f8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/afa7f8","method":"GET"} []
[2020-04-09 16:32:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:16] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-09 16:32:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:32:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:32:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:32:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-09 16:32:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:32:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8c11d0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8c11d0","method":"GET"} []
[2020-04-09 16:32:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:19] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-09 16:32:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-09 16:32:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-09 16:32:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-09 16:32:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-09 16:32:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-09 16:32:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-09 16:32:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-09 16:32:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"24105a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/24105a","method":"GET"} []
[2020-04-10 02:49:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:49:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:49:11] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 02:49:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:49:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:49:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:49:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:49:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:49:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7e6f9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c7e6f9","method":"GET"} []
[2020-04-10 02:49:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:49:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:49:41] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-10 02:49:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:49:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:49:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:49:42] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:49:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:49:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:49:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:49:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7dbb4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c7dbb4","method":"GET"} []
[2020-04-10 02:50:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:50:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:50:33] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-10 02:50:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:50:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:50:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:50:34] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:50:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:50:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:50:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:50:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c6d2b8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c6d2b8","method":"GET"} []
[2020-04-10 02:51:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:51:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:51:48] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 02:51:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:51:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:51:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:51:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 02:51:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 02:51:50] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:51:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:51:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:51:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:51:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"07c8f2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/07c8f2","method":"GET"} []
[2020-04-10 02:52:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:52:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:52:03] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-10 02:52:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:52:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:52:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:52:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-10 02:52:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:52:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:52:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:52:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a729fa","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a729fa","method":"GET"} []
[2020-04-10 02:52:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:52:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:52:16] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 02:52:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:52:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:52:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:52:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 02:52:17] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 02:52:17] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:52:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:52:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:52:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:52:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4ebee1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4ebee1","method":"GET"} []
[2020-04-10 02:52:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:52:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:52:27] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-10 02:52:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:52:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-10 02:52:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:52:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:52:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:52:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"211537","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/211537","method":"GET"} []
[2020-04-10 02:53:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:53:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:53:03] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-10 02:53:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:53:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:53:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:53:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-10 02:53:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:53:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:53:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:53:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"805e1e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/805e1e","method":"GET"} []
[2020-04-10 02:53:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:53:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:53:33] request.INFO: Matched route "empleado_new". {"route":"empleado_new","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newAction","_route":"empleado_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/new","method":"GET"} []
[2020-04-10 02:53:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:53:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:53:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:53:35] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"Seleccione Nivel Academico","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:53:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:53:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:53:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:53:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"46d857","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/46d857","method":"GET"} []
[2020-04-10 02:53:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:53:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:53:39] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 02:53:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:53:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:53:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:53:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 02:53:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 02:53:40] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:53:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:53:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:53:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:53:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf9050","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cf9050","method":"GET"} []
[2020-04-10 02:53:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:53:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:53:44] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 02:53:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:53:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:53:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:53:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 02:53:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:53:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:53:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:53:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c10a4a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c10a4a","method":"GET"} []
[2020-04-10 02:54:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:54:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:54:51] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 02:54:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:54:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:54:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:54:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 02:54:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:54:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:54:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:54:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c7f9a2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c7f9a2","method":"GET"} []
[2020-04-10 02:55:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:09] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 02:55:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:55:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:55:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 02:55:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:55:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"53af32","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/53af32","method":"GET"} []
[2020-04-10 02:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:36] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-10 02:55:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:36] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-10 02:55:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:55:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:36] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-10 02:55:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-10 02:55:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:55:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:55:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-10 02:55:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:55:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:55:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:55:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:55:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-10 02:55:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:55:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d5d086","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d5d086","method":"GET"} []
[2020-04-10 02:55:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:52] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-10 02:55:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:55:52] request.INFO: Matched route "tipotrabajo_index". {"route":"tipotrabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoTrabajoController::indexAction","_route":"tipotrabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipotrabajo/","method":"GET"} []
[2020-04-10 02:55:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:55:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:55:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-10 02:55:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:55:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:55:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:55:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:55:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 [] []
[2020-04-10 02:55:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:55:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:55:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:55:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0695e0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0695e0","method":"GET"} []
[2020-04-10 02:56:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:56:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:56:18] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 02:56:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:56:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:56:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:56:19] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-10 02:56:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 02:56:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:56:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:56:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:56:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1a4905","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1a4905","method":"GET"} []
[2020-04-10 02:56:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:56:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:56:31] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-10 02:56:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:56:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:56:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:56:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-10 02:56:33] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-10 02:56:33] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-10 02:56:33] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-10 02:56:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:56:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:56:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:56:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:56:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"652dc3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/652dc3","method":"GET"} []
[2020-04-10 02:57:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:57:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:57:22] request.INFO: Matched route "solicitud_new". {"route":"solicitud_new","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::newAction","_route":"solicitud_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/new","method":"GET"} []
[2020-04-10 02:57:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:57:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:57:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:57:23] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-10 02:57:23] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-10 02:57:24] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-10 02:57:24] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-10 02:57:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:57:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:57:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:57:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:57:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"73b8ce","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/73b8ce","method":"GET"} []
[2020-04-10 02:57:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:57:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:57:30] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 02:57:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:57:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:57:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:57:31] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-10 02:57:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 02:57:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:57:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:57:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:57:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"33e73f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/33e73f","method":"GET"} []
[2020-04-10 02:57:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:57:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:57:55] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 02:57:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:57:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:57:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:57:56] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-10 02:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 02:57:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:57:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:57:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:57:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1b96cf","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1b96cf","method":"GET"} []
[2020-04-10 02:58:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:03] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"12","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/12/edit","method":"GET"} []
[2020-04-10 02:58:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:58:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["12"] []
[2020-04-10 02:58:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 02:58:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-10 02:58:05] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-10 02:58:05] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-10 02:58:05] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-10 02:58:05] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-10 02:58:05] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:58:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:58:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c57dbc","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c57dbc","method":"GET"} []
[2020-04-10 02:58:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:21] request.INFO: Matched route "solicitud_edit". {"route":"solicitud_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::editAction","id":"12","_route":"solicitud_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/12/edit","method":"GET"} []
[2020-04-10 02:58:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:58:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? ["12"] []
[2020-04-10 02:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 02:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [5] []
[2020-04-10 02:58:22] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ INNER JOIN empleado e1_ ON (t0_.id = e1_.id_empresa) WHERE e1_.id LIKE ? ORDER BY t0_.nombre ASC ["%"] []
[2020-04-10 02:58:22] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NOT NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-10 02:58:23] translation.WARNING: Translation not found. {"id":"---- Escoge una Empresa","domain":"messages","locale":"es"} []
[2020-04-10 02:58:23] translation.WARNING: Translation not found. {"id":"---- Escoge un Representante","domain":"messages","locale":"es"} []
[2020-04-10 02:58:23] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 02:58:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:58:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"476348","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/476348","method":"GET"} []
[2020-04-10 02:58:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:39] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-10 02:58:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:58:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:58:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-10 02:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-10 02:58:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:58:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"519234","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/519234","method":"GET"} []
[2020-04-10 02:58:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:45] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-10 02:58:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:58:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:58:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:58:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-10 02:58:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:58:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"26b7c3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/26b7c3","method":"GET"} []
[2020-04-10 02:58:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:50] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-10 02:58:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:58:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:58:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:58:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-10 02:58:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:58:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"087898","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/087898","method":"GET"} []
[2020-04-10 02:58:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:54] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-10 02:58:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 02:58:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 02:58:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 02:58:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-10 02:58:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 02:58:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 02:58:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 02:58:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e13dd3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e13dd3","method":"GET"} []
[2020-04-10 03:00:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:00:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:00:53] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:00:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:00:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:00:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:00:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:00:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:00:54] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:00:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:00:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:00:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:00:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bf4787","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bf4787","method":"GET"} []
[2020-04-10 03:01:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:01:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:01:10] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:01:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["tecnico"] []
[2020-04-10 03:01:12] security.INFO: User has been authenticated successfully. {"username":"tecnico"} []
[2020-04-10 03:01:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:01:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:01:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:01:13] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:01:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:01:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:01:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:01:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:01:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fe0f29","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fe0f29","method":"GET"} []
[2020-04-10 03:02:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:02:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:02:28] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-10 03:02:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:02:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:02:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:02:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-10 03:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-10 03:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-10 03:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-10 03:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-10 03:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-10 03:02:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:02:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:02:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:02:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bd62db","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bd62db","method":"GET"} []
[2020-04-10 03:02:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:02:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:02:44] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:02:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:02:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:02:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:02:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:02:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:02:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:02:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"62f508","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/62f508","method":"GET"} []
[2020-04-10 03:03:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:03:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:03:21] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-10 03:03:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:03:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:03:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 4 [] []
[2020-04-10 03:03:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:03:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:03:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:03:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5107c8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5107c8","method":"GET"} []
[2020-04-10 03:03:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:03:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:03:27] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-10 03:03:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:03:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:03:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:03:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-10 03:03:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:03:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:03:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:03:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ab9ec7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ab9ec7","method":"GET"} []
[2020-04-10 03:03:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:03:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:03:47] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:03:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:03:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:03:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:03:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:03:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:03:48] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:03:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:03:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:03:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:03:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1722b5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1722b5","method":"GET"} []
[2020-04-10 03:03:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:03:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:03:59] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:03:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-10 03:04:00] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-10 03:04:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:04:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:04:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:04:01] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:04:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:04:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:04:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:04:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:04:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:04:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:04:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"77ccdd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/77ccdd","method":"GET"} []
[2020-04-10 03:04:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:04:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:04:15] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-10 03:04:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:04:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:04:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:04:16] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-10 03:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-10 03:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-10 03:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-10 03:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-10 03:04:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-10 03:04:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:04:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:04:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:04:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4fe4ff","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4fe4ff","method":"GET"} []
[2020-04-10 03:04:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:04:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:04:22] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-10 03:04:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:04:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:04:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:04:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-10 03:04:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:04:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-10 03:04:24] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-10 03:04:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.estado LIKE ? ORDER BY t0_.nombre ASC ["Activo"] []
[2020-04-10 03:04:24] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%"] []
[2020-04-10 03:04:24] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-10 03:04:24] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-10 03:04:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:04:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:04:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:04:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:04:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e2cf74","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e2cf74","method":"GET"} []
[2020-04-10 03:08:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:08:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:08:50] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/edit","method":"GET"} []
[2020-04-10 03:08:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:08:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:08:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-10 03:08:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:08:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-10 03:08:52] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-10 03:08:52] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.estado LIKE ? ORDER BY t0_.nombre ASC ["Activo"] []
[2020-04-10 03:08:52] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.role = ? AND e0_.id_empresa IS NULL ORDER BY e0_.paterno ASC ["%","ROLE_TECNICO"] []
[2020-04-10 03:08:52] translation.WARNING: Translation not found. {"id":"---- Escoge el Tipo de Trabajo a Realizar","domain":"messages","locale":"es"} []
[2020-04-10 03:08:52] translation.WARNING: Translation not found. {"id":"---- Designe un TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-10 03:08:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:08:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:08:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:08:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"33c043","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/33c043","method":"GET"} []
[2020-04-10 03:09:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:19] request.INFO: Matched route "trabajo_edit". {"route":"trabajo_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::editAction","id":"9","_route":"trabajo_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/edit","method":"POST"} []
[2020-04-10 03:09:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:09:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-10 03:09:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:09:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [6] []
[2020-04-10 03:09:20] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.descripcion AS descripcion_3, t0_.estado AS estado_4 FROM tipo_trabajo t0_ WHERE t0_.estado LIKE ? AND t0_.id IN (?) ORDER BY t0_.nombre ASC ["Activo",["2"]] []
[2020-04-10 03:09:20] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.role AS role_1, e0_.nombre AS nombre_2, e0_.paterno AS paterno_3, e0_.materno AS materno_4, e0_.ci AS ci_5, e0_.foto AS foto_6, e0_.num_contrato AS num_contrato_7, e0_.fecha_ini_contrato AS fecha_ini_contrato_8, e0_.fecha_fin_contrato AS fecha_fin_contrato_9, e0_.grado_academico AS grado_academico_10, e0_.cargo AS cargo_11, e0_.email AS email_12, e0_.telefono AS telefono_13, e0_.usuario AS usuario_14, e0_.password AS password_15, e0_.direccion AS direccion_16, e0_.observaciones AS observaciones_17, e0_.id_empresa AS id_empresa_18, e0_.id_ci_departamento AS id_ci_departamento_19 FROM empleado e0_ WHERE e0_.id LIKE ? AND e0_.role = ? AND e0_.id_empresa IS NULL AND e0_.id IN (?) ORDER BY e0_.paterno ASC ["%","ROLE_TECNICO",["3"]] []
[2020-04-10 03:09:21] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-10 03:09:21] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-10 03:09:21] doctrine.DEBUG: UPDATE trabajo SET fecha_inicio = ?, id_tecnico = ? WHERE id = ? ["2020-04-09 21:09:21",3,9] []
[2020-04-10 03:09:21] doctrine.DEBUG: "COMMIT" [] []
[2020-04-10 03:09:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:09:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:23] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-10 03:09:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:09:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:09:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:09:23] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-10 03:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [12] []
[2020-04-10 03:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-10 03:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-10 03:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-10 03:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-10 03:09:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:09:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a0c8b3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a0c8b3","method":"GET"} []
[2020-04-10 03:09:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:34] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:09:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:09:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:09:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:09:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:35] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:09:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:09:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"af2d55","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/af2d55","method":"GET"} []
[2020-04-10 03:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:41] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["tecnico"] []
[2020-04-10 03:09:42] security.INFO: User has been authenticated successfully. {"username":"tecnico"} []
[2020-04-10 03:09:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:09:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:44] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:09:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:09:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:09:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:09:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:09:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9c94c3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9c94c3","method":"GET"} []
[2020-04-10 03:09:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:52] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-10 03:09:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:09:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:09:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:09:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico = 3 AND t4_.id_estado_trabajo = 2 [] []
[2020-04-10 03:09:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:09:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:09:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8c0dbb","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8c0dbb","method":"GET"} []
[2020-04-10 03:10:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:09] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-10 03:10:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:10:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:10:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:10:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-10 03:10:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:10:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"910920","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/910920","method":"GET"} []
[2020-04-10 03:10:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:32] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:10:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:10:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-10 03:10:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-10 03:10:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:33] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:10:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e5fde6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e5fde6","method":"GET"} []
[2020-04-10 03:10:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:40] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:10:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-10 03:10:42] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-10 03:10:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:10:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:43] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:10:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:10:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:10:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:10:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:10:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a73173","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a73173","method":"GET"} []
[2020-04-10 03:10:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:50] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 03:10:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:10:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:10:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:10:51] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:10:51] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:10:52] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:10:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:10:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:10:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"329313","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/329313","method":"GET"} []
[2020-04-10 03:13:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:13:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:13:00] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-10 03:13:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:13:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:13:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:13:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-10 03:13:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:13:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:13:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:13:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9fd0fd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9fd0fd","method":"GET"} []
[2020-04-10 03:13:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:13:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:13:31] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"13","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/13/editcliente","method":"GET"} []
[2020-04-10 03:13:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:13:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:13:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:13:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["13"] []
[2020-04-10 03:13:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [4] []
[2020-04-10 03:13:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-10 03:13:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:13:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:13:33] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:13:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:13:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:13:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:13:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8290e9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8290e9","method":"GET"} []
[2020-04-10 03:14:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:14:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:14:15] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 03:14:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:14:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:14:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:14:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 03:14:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:14:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:14:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:14:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d92d9c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d92d9c","method":"GET"} []
[2020-04-10 03:14:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:14:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:14:20] request.INFO: Matched route "tipoempresa_new". {"route":"tipoempresa_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::newAction","_route":"tipoempresa_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/new","method":"GET"} []
[2020-04-10 03:14:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:14:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:14:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:14:22] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:14:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:14:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:14:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:14:27] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 03:14:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:14:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:14:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:14:28] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:14:28] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:14:29] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:14:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:14:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:14:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:14:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"552a98","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/552a98","method":"GET"} []
[2020-04-10 03:15:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:15:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:15:39] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 03:15:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:15:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:15:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:15:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:15:40] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:15:41] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:15:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:15:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:15:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:15:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d90305","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d90305","method":"GET"} []
[2020-04-10 03:16:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:16:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:16:14] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 03:16:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:16:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:16:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:16:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:16:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:16:16] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:16:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:16:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:16:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:16:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c21059","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c21059","method":"GET"} []
[2020-04-10 03:16:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:16:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:16:23] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 03:16:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:16:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:16:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:16:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:16:24] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:16:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:16:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:16:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:16:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:16:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"88bbc3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/88bbc3","method":"GET"} []
[2020-04-10 03:16:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:16:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:16:33] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-10 03:16:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:16:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:16:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:16:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-10 03:16:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:16:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:16:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:16:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a073f9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a073f9","method":"GET"} []
[2020-04-10 03:16:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:16:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:16:44] request.INFO: Matched route "empleado_show". {"route":"empleado_show","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::showAction","id":"9","_route":"empleado_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/9/show","method":"GET"} []
[2020-04-10 03:16:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:16:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:16:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:16:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["9"] []
[2020-04-10 03:16:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:16:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:16:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:16:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9eddb2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9eddb2","method":"GET"} []
[2020-04-10 03:17:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:05] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-10 03:17:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:17:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:17:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:17:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-10 03:17:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:17:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a78cd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0a78cd","method":"GET"} []
[2020-04-10 03:17:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:18] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"10","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/10/editcliente","method":"GET"} []
[2020-04-10 03:17:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:17:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:17:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:17:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["10"] []
[2020-04-10 03:17:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:17:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-10 03:17:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:17:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:17:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:17:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:17:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5fae78","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5fae78","method":"GET"} []
[2020-04-10 03:17:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:41] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"10","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/10/editcliente","method":"POST"} []
[2020-04-10 03:17:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:17:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:17:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:17:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["10"] []
[2020-04-10 03:17:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:17:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [2] []
[2020-04-10 03:17:42] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["1"]] []
[2020-04-10 03:17:42] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["2"]] []
[2020-04-10 03:17:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["523541"] []
[2020-04-10 03:17:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["mramirez@mail.com"] []
[2020-04-10 03:17:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["cliente2"] []
[2020-04-10 03:17:44] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-10 03:17:44] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, usuario = ?, password = ? WHERE id = ? ["9878578","cliente2","$2y$13$Bbj8WKWfNIveJbLjjcR [...]",10] []
[2020-04-10 03:17:44] doctrine.DEBUG: "COMMIT" [] []
[2020-04-10 03:17:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:17:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:45] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:17:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:17:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:17:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:17:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:17:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f7588c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f7588c","method":"GET"} []
[2020-04-10 03:17:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:53] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:17:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:17:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:17:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:17:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:54] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:17:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:17:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:17:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:17:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"24c82c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/24c82c","method":"GET"} []
[2020-04-10 03:18:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:18:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:18:09] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:18:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["cliente2"] []
[2020-04-10 03:18:10] security.INFO: User has been authenticated successfully. {"username":"cliente2"} []
[2020-04-10 03:18:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:18:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:18:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:18:12] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:18:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:18:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:18:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:18:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:18:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:18:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:18:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dab418","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/dab418","method":"GET"} []
[2020-04-10 03:18:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:18:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:18:33] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 03:18:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:18:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:18:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:18:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 03:18:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:18:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:18:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:18:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7e2024","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7e2024","method":"GET"} []
[2020-04-10 03:19:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:19:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:19:40] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 03:19:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:19:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:19:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:19:40] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-10 03:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:19:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:19:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:19:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:19:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9517fa","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9517fa","method":"GET"} []
[2020-04-10 03:20:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:20:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:20:17] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 03:20:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:20:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:20:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:20:18] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-10 03:20:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:20:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:20:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:20:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:20:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9a32c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b9a32c","method":"GET"} []
[2020-04-10 03:20:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:20:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:20:51] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 03:20:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:20:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:20:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:20:52] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-10 03:20:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:20:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:20:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:20:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:20:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"933ec3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/933ec3","method":"GET"} []
[2020-04-10 03:21:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:06] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:21:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:21:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:21:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:21:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:08] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:21:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:21:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1ee213","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1ee213","method":"GET"} []
[2020-04-10 03:21:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:16] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:21:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-10 03:21:17] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-10 03:21:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:21:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:19] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:21:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:21:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:21:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:21:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:21:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b46a62","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b46a62","method":"GET"} []
[2020-04-10 03:21:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:34] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-10 03:21:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:21:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:21:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:21:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-10 03:21:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:21:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6bfd67","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6bfd67","method":"GET"} []
[2020-04-10 03:21:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:48] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"11","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/11/editcliente","method":"GET"} []
[2020-04-10 03:21:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:21:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["11"] []
[2020-04-10 03:21:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-10 03:21:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [6] []
[2020-04-10 03:21:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:21:49] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:21:49] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:21:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:21:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:21:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:21:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a39a3e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a39a3e","method":"GET"} []
[2020-04-10 03:22:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:14] request.INFO: Matched route "empleado_editcliente". {"route":"empleado_editcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editclienteAction","id":"11","_route":"empleado_editcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/11/editcliente","method":"POST"} []
[2020-04-10 03:22:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:22:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:22:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:22:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["11"] []
[2020-04-10 03:22:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [2] []
[2020-04-10 03:22:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [6] []
[2020-04-10 03:22:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ WHERE t0_.id IN (?) [["2"]] []
[2020-04-10 03:22:15] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ WHERE t0_.id IN (?) [["6"]] []
[2020-04-10 03:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.ci = ? ["5653424352"] []
[2020-04-10 03:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.email = ? ["rmiranda@mail.com"] []
[2020-04-10 03:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? ["cliente3"] []
[2020-04-10 03:22:17] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-10 03:22:17] doctrine.DEBUG: UPDATE empleado SET num_contrato = ?, usuario = ?, password = ? WHERE id = ? ["732345","cliente3","$2y$13$wVgJ8S62CS8mqRorTQo [...]",11] []
[2020-04-10 03:22:17] doctrine.DEBUG: "COMMIT" [] []
[2020-04-10 03:22:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:22:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:18] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:22:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:22:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:22:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:22:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:22:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8687c0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8687c0","method":"GET"} []
[2020-04-10 03:22:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:28] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:22:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:22:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:22:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:22:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:29] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:22:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:22:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"05dfc8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/05dfc8","method":"GET"} []
[2020-04-10 03:22:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:39] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:22:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["cliente3"] []
[2020-04-10 03:22:41] security.INFO: User has been authenticated successfully. {"username":"cliente3"} []
[2020-04-10 03:22:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:22:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:42] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:22:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:22:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-10 03:22:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-10 03:22:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:22:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"63d42a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/63d42a","method":"GET"} []
[2020-04-10 03:22:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:49] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 03:22:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:22:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-10 03:22:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-10 03:22:50] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ WHERE s0_.estado <> 'Conforme' [] []
[2020-04-10 03:22:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:22:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:22:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:22:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:22:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d9e979","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d9e979","method":"GET"} []
[2020-04-10 03:26:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:26:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:26:53] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-10 03:26:53] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-10 03:26:53] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 03:26:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:26:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-10 03:26:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-10 03:27:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:27:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:27:16] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 03:27:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:27:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-10 03:27:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-10 03:30:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:30:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:30:29] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 03:30:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:30:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-10 03:30:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-10 03:30:30] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 11 [] []
[2020-04-10 03:30:30] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-10 03:30:30] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-10 03:30:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:30:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:30:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:30:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1c53c7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1c53c7","method":"GET"} []
[2020-04-10 03:30:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:30:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:30:48] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:30:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:30:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-10 03:30:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-10 03:30:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:30:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:30:49] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:30:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:30:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:30:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:30:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"10efc7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/10efc7","method":"GET"} []
[2020-04-10 03:30:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:30:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:30:55] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:30:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["cliente2"] []
[2020-04-10 03:30:57] security.INFO: User has been authenticated successfully. {"username":"cliente2"} []
[2020-04-10 03:30:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:30:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:30:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:30:58] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:30:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:30:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:30:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:30:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:31:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:31:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:31:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cc7a19","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cc7a19","method":"GET"} []
[2020-04-10 03:31:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:31:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:31:06] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-10 03:31:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:31:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:31:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:31:07] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 10 [] []
[2020-04-10 03:31:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-10 03:31:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:31:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:31:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:31:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c8c27a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c8c27a","method":"GET"} []
[2020-04-10 03:31:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:31:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:31:54] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:31:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:31:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-10 03:31:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-10 03:31:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:31:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:31:56] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:31:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:31:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:31:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:31:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2d1f5c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2d1f5c","method":"GET"} []
[2020-04-10 03:32:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:32:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:32:08] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-10 03:32:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-10 03:32:10] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-10 03:32:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:32:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:32:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:32:11] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-10 03:32:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:32:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:32:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:32:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:32:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:32:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:32:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ae1c25","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ae1c25","method":"GET"} []
[2020-04-10 03:32:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:32:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:32:28] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-10 03:32:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:32:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:32:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-10 03:32:29] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-10 03:32:29] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:32:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:32:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:32:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:32:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ed9f6a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ed9f6a","method":"GET"} []
[2020-04-10 03:33:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:33:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:33:11] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 03:33:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:33:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:33:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:33:12] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 03:33:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:33:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:33:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 03:33:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:33:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:33:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 03:33:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:33:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:33:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:33:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dfeefd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/dfeefd","method":"GET"} []
[2020-04-10 03:33:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:33:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:33:18] request.INFO: Matched route "tipoempresa_new". {"route":"tipoempresa_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::newAction","_route":"tipoempresa_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/new","method":"GET"} []
[2020-04-10 03:33:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:33:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:33:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:33:19] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-10 03:33:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:33:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:33:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:33:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1121b8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1121b8","method":"GET"} []
[2020-04-10 03:34:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:34:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:34:12] request.INFO: Matched route "tipoempresa_new". {"route":"tipoempresa_new","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::newAction","_route":"tipoempresa_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/new","method":"POST"} []
[2020-04-10 03:34:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:34:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:34:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:34:14] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-10 03:34:14] doctrine.DEBUG: INSERT INTO tipo_empresa (nombre, nit, direccion, telefono, fax, email) VALUES (?, ?, ?, ?, ?, ?) {"1":"NINGUNA","2":"0000000","3":"000000","4":"0000000","5":"0000000","6":"00000@gmail.com"} []
[2020-04-10 03:34:14] doctrine.DEBUG: "COMMIT" [] []
[2020-04-10 03:34:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:34:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:34:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:34:15] request.INFO: Matched route "tipoempresa_show". {"route":"tipoempresa_show","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::showAction","id":"6","_route":"tipoempresa_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/6/show","method":"GET"} []
[2020-04-10 03:34:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:34:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:34:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:34:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? ["6"] []
[2020-04-10 03:34:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:34:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:34:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:34:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1fca7d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1fca7d","method":"GET"} []
[2020-04-10 03:35:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:35:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:35:01] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 03:35:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:35:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:35:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:35:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 03:35:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:35:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:35:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:35:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d2d954","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d2d954","method":"GET"} []
[2020-04-10 03:37:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:37:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:37:33] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 03:37:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:37:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:37:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:37:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 03:37:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:37:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:37:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:37:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f64939","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f64939","method":"GET"} []
[2020-04-10 03:38:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:38:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:38:28] request.INFO: Matched route "tipoempresa_index". {"route":"tipoempresa_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TipoEmpresaController::indexAction","_route":"tipoempresa_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/tipoempresa/","method":"GET"} []
[2020-04-10 03:38:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:38:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:38:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:38:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 [] []
[2020-04-10 03:38:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-10 03:38:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:38:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:38:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c933b6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c933b6","method":"GET"} []
[2020-04-10 03:39:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:39:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:39:44] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-10 03:39:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-10 03:39:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-10 03:39:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-10 03:39:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:39:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:39:46] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-10 03:39:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-10 03:39:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-10 03:39:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-10 03:39:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5fc766","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5fc766","method":"GET"} []
[2020-04-11 19:46:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:46:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:46:25] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-11 19:46:25] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-11 19:46:25] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-11 19:46:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-11 19:46:26] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-11 19:46:26] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-11 19:46:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:46:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:46:26] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-11 19:46:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-11 19:46:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:46:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:46:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f9918d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f9918d","method":"GET"} []
[2020-04-11 19:46:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:46:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:46:36] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-11 19:46:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-11 19:46:37] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-11 19:46:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 19:46:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:46:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:46:37] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-11 19:46:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 19:46:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 19:46:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 19:46:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 19:46:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:46:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:46:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b9abb3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b9abb3","method":"GET"} []
[2020-04-11 19:46:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:46:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:46:43] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 19:46:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 19:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 19:46:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 19:46:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 19:46:44] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "treporte_imprime" as such route does not exist.")." at C:\xampp\htdocs\aiis\src\AdminBundle/Resources/views/material/index.html.twig line 62 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"treporte_imprime\" as such route does not exist.\"). at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/views/material/index.html.twig:62, Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"treporte_imprime\" as such route does not exist. at C:\\xampp\\htdocs\\aiis\\var\\cache\\dev\\appDevDebugProjectContainerUrlGenerator.php:108)"} []
[2020-04-11 19:46:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 19:46:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:46:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:46:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bca328","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bca328","method":"GET"} []
[2020-04-11 19:48:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:48:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:48:47] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 19:48:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 19:48:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 19:48:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 19:48:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 19:48:48] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Warning: preg_match() expects parameter 2 to be string, object given")." at C:\xampp\htdocs\aiis\src\AdminBundle/Resources/views/material/index.html.twig line 62 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Warning: preg_match() expects parameter 2 to be string, object given\"). at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/views/material/index.html.twig:62, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: preg_match() expects parameter 2 to be string, object given at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:144)"} []
[2020-04-11 19:48:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 19:48:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:48:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:48:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1ea9c2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1ea9c2","method":"GET"} []
[2020-04-11 19:50:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:50:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:50:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 19:50:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 19:50:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 19:50:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 19:50:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 19:50:49] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Warning: preg_match() expects parameter 2 to be string, object given")." at C:\xampp\htdocs\aiis\src\AdminBundle/Resources/views/material/index.html.twig line 61 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Warning: preg_match() expects parameter 2 to be string, object given\"). at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/views/material/index.html.twig:61, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: preg_match() expects parameter 2 to be string, object given at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:144)"} []
[2020-04-11 19:50:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 19:50:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 19:50:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 19:50:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8740b5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8740b5","method":"GET"} []
[2020-04-11 22:10:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:10:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:10:12] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 22:10:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:10:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:10:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:10:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 22:10:13] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Warning: preg_match() expects parameter 2 to be string, object given")." at C:\xampp\htdocs\aiis\src\AdminBundle/Resources/views/material/index.html.twig line 61 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Warning: preg_match() expects parameter 2 to be string, object given\"). at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/views/material/index.html.twig:61, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: preg_match() expects parameter 2 to be string, object given at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Routing\\Generator\\UrlGenerator.php:144)"} []
[2020-04-11 22:10:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:10:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:10:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:10:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb2338","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bb2338","method":"GET"} []
[2020-04-11 22:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:28:52] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-11 22:28:52] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-11 22:28:52] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 22:28:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:28:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:28:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:28:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 22:28:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:28:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:28:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:28:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"684990","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/684990","method":"GET"} []
[2020-04-11 22:29:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:29:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:29:10] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-11 22:29:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:29:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:29:11] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 22:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-11 22:29:11] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-11 22:29:11] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: tGeneral" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 203 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined variable: tGeneral at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:203)"} []
[2020-04-11 22:29:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:29:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:29:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:29:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2698d7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2698d7","method":"GET"} []
[2020-04-11 22:30:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:30:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:30:56] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-11 22:30:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:30:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:30:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:30:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 22:30:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-11 22:30:57] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-11 22:30:57] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "Unable to find template "default/pdfreporte.html.twig" (looked into: C:\xampp\htdocs\aiis\app/Resources/views, C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Bridge\Twig/Resources/views/Form)." at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Bridge\Twig\TwigEngine.php line 127 {"exception":"[object] (InvalidArgumentException(code: 0): Unable to find template \"default/pdfreporte.html.twig\" (looked into: C:\\xampp\\htdocs\\aiis\\app/Resources/views, C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form). at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig\\TwigEngine.php:127, Twig_Error_Loader(code: 0): Unable to find template \"default/pdfreporte.html.twig\" (looked into: C:\\xampp\\htdocs\\aiis\\app/Resources/views, C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form). at C:\\xampp\\htdocs\\aiis\\vendor\\twig\\twig\\lib\\Twig\\Loader\\Filesystem.php:232)"} []
[2020-04-11 22:30:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:30:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:30:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:30:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"61e66e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/61e66e","method":"GET"} []
[2020-04-11 22:33:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:33:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:33:57] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 22:33:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:33:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:33:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 22:33:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:33:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:33:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:33:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5e8f9f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5e8f9f","method":"GET"} []
[2020-04-11 22:34:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:34:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:34:07] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 22:34:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:34:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:34:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:34:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 22:34:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:34:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:34:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:34:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1c7621","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1c7621","method":"GET"} []
[2020-04-11 22:36:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:36:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:36:02] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 22:36:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:36:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:36:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:36:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 22:36:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:36:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:36:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:36:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6ae46c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6ae46c","method":"GET"} []
[2020-04-11 22:36:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:36:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:36:06] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-11 22:36:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:36:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:36:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:36:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 22:36:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-11 22:36:07] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-11 22:36:07] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "Unable to find template "material/pdfreporte.html.twig" (looked into: C:\xampp\htdocs\aiis\app/Resources/views, C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Bridge\Twig/Resources/views/Form)." at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Bridge\Twig\TwigEngine.php line 127 {"exception":"[object] (InvalidArgumentException(code: 0): Unable to find template \"material/pdfreporte.html.twig\" (looked into: C:\\xampp\\htdocs\\aiis\\app/Resources/views, C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form). at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig\\TwigEngine.php:127, Twig_Error_Loader(code: 0): Unable to find template \"material/pdfreporte.html.twig\" (looked into: C:\\xampp\\htdocs\\aiis\\app/Resources/views, C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form). at C:\\xampp\\htdocs\\aiis\\vendor\\twig\\twig\\lib\\Twig\\Loader\\Filesystem.php:232)"} []
[2020-04-11 22:36:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:36:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:36:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:36:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ac48b5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ac48b5","method":"GET"} []
[2020-04-11 22:36:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:36:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:36:44] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-11 22:36:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:36:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:36:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:36:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-11 22:36:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:36:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:36:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:36:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4b9f44","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4b9f44","method":"GET"} []
[2020-04-11 22:36:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:36:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:36:48] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-11 22:36:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:36:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:36:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:36:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 22:36:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-11 22:36:48] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-11 22:36:48] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "Unable to find template "AdminBundle:material/pdfreporte.html.twig" (looked into: C:\xampp\htdocs\aiis\app/Resources/views, C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Bridge\Twig/Resources/views/Form)." at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Bridge\Twig\TwigEngine.php line 127 {"exception":"[object] (InvalidArgumentException(code: 0): Unable to find template \"AdminBundle:material/pdfreporte.html.twig\" (looked into: C:\\xampp\\htdocs\\aiis\\app/Resources/views, C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form). at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig\\TwigEngine.php:127, Twig_Error_Loader(code: 0): Unable to find template \"AdminBundle:material/pdfreporte.html.twig\" (looked into: C:\\xampp\\htdocs\\aiis\\app/Resources/views, C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Bridge\\Twig/Resources/views/Form). at C:\\xampp\\htdocs\\aiis\\vendor\\twig\\twig\\lib\\Twig\\Loader\\Filesystem.php:232)"} []
[2020-04-11 22:36:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:36:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:36:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:36:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0de941","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0de941","method":"GET"} []
[2020-04-11 22:47:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:47:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:47:33] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-11 22:47:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 22:47:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 22:47:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 22:47:34] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 22:47:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-11 22:47:34] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-11 22:47:34] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Variable "tGeneral" does not exist." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 61 {"exception":"[object] (Twig_Error_Runtime(code: 0): Variable \"tGeneral\" does not exist. at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:61)"} []
[2020-04-11 22:47:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 22:47:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 22:47:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 22:47:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf8650","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cf8650","method":"GET"} []
[2020-04-11 23:34:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:34:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:34:37] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"7","_route":"material_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/show","method":"GET"} []
[2020-04-11 23:34:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 23:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 23:34:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 23:34:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 23:34:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-11 23:34:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 23:34:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:34:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:34:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"116576","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/116576","method":"GET"} []
[2020-04-11 23:44:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:44:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:44:42] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-11 23:44:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 23:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 23:44:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 23:44:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 23:44:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:44:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:44:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cc3668","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cc3668","method":"GET"} []
[2020-04-11 23:45:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:45:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:45:17] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-11 23:45:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 23:45:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 23:45:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 23:45:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 23:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-11 23:45:18] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-11 23:45:18] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Key "fechaInicio" for array with keys "fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, razon, observacion, id, idTecnico" does not exist." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 143 {"exception":"[object] (Twig_Error_Runtime(code: 0): Key \"fechaInicio\" for array with keys \"fechaSolicitud, empresa, problema, tecnico, tipoTrabajo, razon, observacion, id, idTecnico\" does not exist. at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:143)"} []
[2020-04-11 23:45:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 23:45:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:45:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:45:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c95207","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c95207","method":"GET"} []
[2020-04-11 23:49:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:49:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:49:34] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-11 23:49:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 23:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 23:49:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 23:49:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 23:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-11 23:49:35] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-11 23:49:35] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923b6fa2ee18.56822704.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923b6fa38c20.74548831.pdf". {"command":"C:\\xampp\\htdocs\\sintesis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923b6fa2ee18.56822704.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923b6fa38c20.74548831.pdf\"","env":null,"timeout":false} []
[2020-04-11 23:49:35] snappy.ERROR: An error happened while generating "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923b6fa38c20.74548831.pdf". {"command":"C:\\xampp\\htdocs\\sintesis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923b6fa2ee18.56822704.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923b6fa38c20.74548831.pdf\"","status":1,"stdout":"","stderr":"El sistema no puede encontrar la ruta especificada.\r\n"} []
[2020-04-11 23:49:36] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The exit status code '1' says something went wrong: stderr: "El sistema no puede encontrar la ruta especificada. " stdout: "" command: C:\xampp\htdocs\sintesis\wkhtmltox\bin\wkhtmltopdf.exe --lowquality --orientation "Portrait" --page-size "A5" --title "PLANILLA INDIVIDUAL" --no-outline --outline-depth "8" --encoding "utf-8" --javascript-delay "500" --print-media-type --footer-font-size "7" --footer-right "PÃ¡gina [page] de [toPage]" --header-font-size "7" "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923b6fa2ee18.56822704.html" "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923b6fa38c20.74548831.pdf"." at C:\xampp\htdocs\aiis\vendor\knplabs\knp-snappy\src\Knp\Snappy\AbstractGenerator.php line 378 {"exception":"[object] (RuntimeException(code: 0): The exit status code '1' says something went wrong:\nstderr: \"El sistema no puede encontrar la ruta especificada.\r\n\"\nstdout: \"\"\ncommand: C:\\xampp\\htdocs\\sintesis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923b6fa2ee18.56822704.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923b6fa38c20.74548831.pdf\". at C:\\xampp\\htdocs\\aiis\\vendor\\knplabs\\knp-snappy\\src\\Knp\\Snappy\\AbstractGenerator.php:378)"} []
[2020-04-11 23:49:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-11 23:49:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:49:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:49:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cb4cde","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cb4cde","method":"GET"} []
[2020-04-11 23:51:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-11 23:51:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-11 23:51:06] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-11 23:51:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-11 23:51:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-11 23:51:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-11 23:51:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-11 23:51:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-11 23:51:07] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-11 23:51:07] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923bcb7e4020.37763872.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923bcb7ec345.11778919.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923bcb7e4020.37763872.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923bcb7ec345.11778919.pdf\"","env":null,"timeout":false} []
[2020-04-11 23:51:09] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923bcb7ec345.11778919.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923bcb7e4020.37763872.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923bcb7ec345.11778919.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[===========>                                                ] 19%\r[============>                                               ] 21%\r[===============>                                            ] 25%\r[==================>                                         ] 30%\r[===================>                                        ] 33%\r[======================>                                     ] 37%\r[==========================>                                 ] 44%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-11 23:51:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:05:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:05:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:05:59] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-12 00:05:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:05:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:05:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:05:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-12 00:05:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-12 00:05:59] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:06:00] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923f4819e666.41870450.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923f481a5be1.97613586.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923f4819e666.41870450.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923f481a5be1.97613586.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:06:01] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e923f481a5be1.97613586.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923f4819e666.41870450.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e923f481a5be1.97613586.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 23%\r[===============>                                            ] 26%\r[==================>                                         ] 31%\r[======================>                                     ] 38%\r[===========================>                                ] 45%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:06:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:10:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:10:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:10:38] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-12 00:10:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:10:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:10:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:10:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-12 00:10:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-12 00:10:38] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:10:39] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92405f0f4a67.92882992.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92405f0fd254.79383072.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92405f0f4a67.92882992.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92405f0fd254.79383072.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:10:40] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92405f0fd254.79383072.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92405f0f4a67.92882992.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92405f0fd254.79383072.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[===========>                                                ] 19%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[==================>                                         ] 31%\r[=====================>                                      ] 36%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:10:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:12:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:12:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:12:57] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-12 00:12:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:12:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:12:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:12:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-12 00:12:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-12 00:12:57] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:12:58] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9240ea227045.13557482.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9240ea22ef22.34023479.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9240ea227045.13557482.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9240ea22ef22.34023479.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:12:59] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9240ea22ef22.34023479.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9240ea227045.13557482.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9240ea22ef22.34023479.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[=========>                                                  ] 16%\r[==========>                                                 ] 18%\r[=============>                                              ] 22%\r[===============>                                            ] 25%\r[==================>                                         ] 30%\r[======================>                                     ] 37%\r[=========================>                                  ] 42%\r[===========================>                                ] 45%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:12:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:14:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:13] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-12 00:14:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:14:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:14:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:14:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-12 00:14:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:14:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"86caab","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/86caab","method":"GET"} []
[2020-04-12 00:14:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:25] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-12 00:14:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:14:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:14:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:14:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-12 00:14:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:14:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"85ba4a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/85ba4a","method":"GET"} []
[2020-04-12 00:14:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:30] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-12 00:14:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:14:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:14:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:14:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-12 00:14:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:14:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cec4b1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/cec4b1","method":"GET"} []
[2020-04-12 00:14:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:35] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-12 00:14:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:14:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:14:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:14:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-12 00:14:36] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:14:37] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-12 00:14:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:14:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"73cee2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/73cee2","method":"GET"} []
[2020-04-12 00:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:40] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"7","_route":"material_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/new","method":"GET"} []
[2020-04-12 00:14:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:14:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:14:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:14:41] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-12 00:14:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5f45e1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5f45e1","method":"GET"} []
[2020-04-12 00:14:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/7/lib/css/wysiwyg-color.css" (from "http://localhost:8080/aiis/web/app_dev.php/material/7/new")" at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/7/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/aiis/web/app_dev.php/material/7/new\") at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\aiis\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1037)"} []
[2020-04-12 00:14:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:14:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:14:58] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"7","_route":"material_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/new","method":"POST"} []
[2020-04-12 00:14:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:14:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:15:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-12 00:15:02] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-12 00:15:02] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Tonner No. 2<br>","2":"1","3":"Nuevo","4":7} []
[2020-04-12 00:15:02] doctrine.DEBUG: "COMMIT" [] []
[2020-04-12 00:15:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:15:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:02] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-12 00:15:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:15:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-12 00:15:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:15:03] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-12 00:15:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:15:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"125c0b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/125c0b","method":"GET"} []
[2020-04-12 00:15:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:07] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"7","_route":"material_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/new","method":"GET"} []
[2020-04-12 00:15:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:15:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:15:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:15:08] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-12 00:15:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:15:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"60705d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/60705d","method":"GET"} []
[2020-04-12 00:15:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /material/7/lib/css/wysiwyg-color.css" (from "http://localhost:8080/aiis/web/app_dev.php/material/7/new")" at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Component\HttpKernel\EventListener\RouterListener.php line 139 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /material/7/lib/css/wysiwyg-color.css\" (from \"http://localhost:8080/aiis/web/app_dev.php/material/7/new\") at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\EventListener\\RouterListener.php:139, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0):  at C:\\xampp\\htdocs\\aiis\\var\\cache\\dev\\appDevDebugProjectContainerUrlMatcher.php:1037)"} []
[2020-04-12 00:15:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:28] request.INFO: Matched route "material_new". {"route":"material_new","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::newAction","idSustitucion":"7","_route":"material_new"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/new","method":"POST"} []
[2020-04-12 00:15:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:15:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:15:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:15:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-12 00:15:29] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-12 00:15:29] doctrine.DEBUG: INSERT INTO material (descripcion, cantidad, observacion, id_sustitucion) VALUES (?, ?, ?, ?) {"1":"Rodillo de PresiÃ³n <br>","2":"2","3":"De AlmacÃ©n","4":7} []
[2020-04-12 00:15:29] doctrine.DEBUG: "COMMIT" [] []
[2020-04-12 00:15:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:15:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:30] request.INFO: Matched route "sustitucion_edit". {"route":"sustitucion_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::editAction","id":"7","_route":"sustitucion_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/7/edit","method":"GET"} []
[2020-04-12 00:15:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:15:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:15:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:15:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.razon AS razon_2, t0.observacion AS observacion_3, t0.id_trabajo AS id_trabajo_4 FROM sustitucion t0 WHERE t0.id = ? ["7"] []
[2020-04-12 00:15:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:15:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:15:31] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-12 00:15:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:15:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e202cf","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e202cf","method":"GET"} []
[2020-04-12 00:15:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:34] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-12 00:15:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:15:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:15:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:15:34] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-12 00:15:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:15:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"723886","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/723886","method":"GET"} []
[2020-04-12 00:15:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:42] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"9","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/concluir","method":"GET"} []
[2020-04-12 00:15:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:15:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:15:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:15:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-12 00:15:43] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-12 00:15:43] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-12 00:15:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:15:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:15:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:15:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"119ff3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/119ff3","method":"GET"} []
[2020-04-12 00:16:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:04] request.INFO: Matched route "trabajo_concluir". {"route":"trabajo_concluir","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::concluirAction","id":"9","_route":"trabajo_concluir"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/9/concluir","method":"POST"} []
[2020-04-12 00:16:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id = ? ["9"] []
[2020-04-12 00:16:06] doctrine.DEBUG: SELECT t0_.nombre AS nombre_0, s1_.fecha_problema AS fecha_problema_1, s1_.descripcion AS descripcion_2, s1_.id AS id_3 FROM solicitud s1_ INNER JOIN tipo_empresa t0_ ON (s1_.id_empresa = t0_.id) WHERE s1_.id = '12' [] []
[2020-04-12 00:16:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 [12] []
[2020-04-12 00:16:06] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-12 00:16:06] doctrine.DEBUG: UPDATE solicitud SET estado = ?, fecha_solucion = ? WHERE id = ? ["Concluido","2020-04-11 18:16:06",12] []
[2020-04-12 00:16:06] doctrine.DEBUG: UPDATE trabajo SET observacion_tecnico = ? WHERE id = ? ["Se realizÃ³ el trabajo en c [...]",9] []
[2020-04-12 00:16:06] doctrine.DEBUG: "COMMIT" [] []
[2020-04-12 00:16:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [3] []
[2020-04-12 00:16:06] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-12 00:16:06] doctrine.DEBUG: UPDATE trabajo SET fecha_fin = ?, id_estado_trabajo = ? WHERE id = ? ["2020-04-11 18:16:06",3,9] []
[2020-04-12 00:16:06] doctrine.DEBUG: "COMMIT" [] []
[2020-04-12 00:16:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:07] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-04-12 00:16:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:07] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-04-12 00:16:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-04-12 00:16:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-12 00:16:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-04-12 00:16:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-04-12 00:16:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:08] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4de8c0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4de8c0","method":"GET"} []
[2020-04-12 00:16:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:11] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-12 00:16:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:11] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-12 00:16:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f3ee44","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f3ee44","method":"GET"} []
[2020-04-12 00:16:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:17] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-12 00:16:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-12 00:16:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"096c78","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/096c78","method":"GET"} []
[2020-04-12 00:16:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:23] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:16:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:24] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 2 [] []
[2020-04-12 00:16:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b654c0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b654c0","method":"GET"} []
[2020-04-12 00:16:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:30] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:16:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:31] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 2 [] []
[2020-04-12 00:16:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"71b8a3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/71b8a3","method":"GET"} []
[2020-04-12 00:16:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:34] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-04-12 00:16:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:34] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-04-12 00:16:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fd9e10","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fd9e10","method":"GET"} []
[2020-04-12 00:16:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:46] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-12 00:16:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-12 00:16:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"43175c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/43175c","method":"GET"} []
[2020-04-12 00:16:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:51] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:16:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:51] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 2 [] []
[2020-04-12 00:16:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:16:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"653b0d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/653b0d","method":"GET"} []
[2020-04-12 00:16:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:16:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:16:59] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-12 00:16:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:16:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:16:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:16:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-12 00:17:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:17:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:17:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:17:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2647d9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2647d9","method":"GET"} []
[2020-04-12 00:17:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:17:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:17:08] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-12 00:17:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:17:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:17:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:17:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-12 00:17:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:17:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:17:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:17:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3ac8aa","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3ac8aa","method":"GET"} []
[2020-04-12 00:17:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:17:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:17:11] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:17:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:17:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:17:12] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:17:12] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 2 [] []
[2020-04-12 00:17:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:17:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:17:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:17:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e5332c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e5332c","method":"GET"} []
[2020-04-12 00:18:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:15] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-12 00:18:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:18:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:18:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:18:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:16] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-12 00:18:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-12 00:18:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e65c7d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e65c7d","method":"GET"} []
[2020-04-12 00:18:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:21] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-12 00:18:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["tecnico"] []
[2020-04-12 00:18:22] security.INFO: User has been authenticated successfully. {"username":"tecnico"} []
[2020-04-12 00:18:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:18:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:23] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-12 00:18:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:18:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-12 00:18:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-12 00:18:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:18:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1c48a9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1c48a9","method":"GET"} []
[2020-04-12 00:18:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:27] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-04-12 00:18:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:18:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-12 00:18:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-12 00:18:27] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico = 3 AND t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-04-12 00:18:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:18:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"076b2b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/076b2b","method":"GET"} []
[2020-04-12 00:18:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:32] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-12 00:18:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:18:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [3] []
[2020-04-12 00:18:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tecnico"} []
[2020-04-12 00:18:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:33] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-12 00:18:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-12 00:18:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e6c83c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e6c83c","method":"GET"} []
[2020-04-12 00:18:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:38] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-12 00:18:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["cliente2"] []
[2020-04-12 00:18:39] security.INFO: User has been authenticated successfully. {"username":"cliente2"} []
[2020-04-12 00:18:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:40] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-12 00:18:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:18:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-12 00:18:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-12 00:18:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:18:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9f9045","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9f9045","method":"GET"} []
[2020-04-12 00:18:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:43] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:18:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:18:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-12 00:18:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-12 00:18:44] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 10 [] []
[2020-04-12 00:18:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-12 00:18:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:18:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:18:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:18:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ed5f3e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ed5f3e","method":"GET"} []
[2020-04-12 00:21:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:21:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:21:24] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-12 00:21:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:21:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-12 00:21:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-12 00:21:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:21:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:21:25] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-12 00:21:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-12 00:21:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:21:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:21:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"253311","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/253311","method":"GET"} []
[2020-04-12 00:21:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:21:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:21:29] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-12 00:21:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-12 00:21:30] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-12 00:21:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:21:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:21:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:21:31] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-12 00:21:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:21:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:21:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:21:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:21:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:21:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:21:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5d1dc2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5d1dc2","method":"GET"} []
[2020-04-12 00:21:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:21:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:21:35] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:21:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:21:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:21:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:21:35] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 2 [] []
[2020-04-12 00:21:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:21:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:21:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:21:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"12a9f9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/12a9f9","method":"GET"} []
[2020-04-12 00:25:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:00] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:25:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:25:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:25:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:25:01] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' [] []
[2020-04-12 00:25:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-12 00:25:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:25:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d279a3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d279a3","method":"GET"} []
[2020-04-12 00:25:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:27] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-12 00:25:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:25:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:25:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:25:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:27] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-12 00:25:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-12 00:25:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fd98db","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fd98db","method":"GET"} []
[2020-04-12 00:25:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:32] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-12 00:25:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["cliente2"] []
[2020-04-12 00:25:33] security.INFO: User has been authenticated successfully. {"username":"cliente2"} []
[2020-04-12 00:25:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:25:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:34] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-12 00:25:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:25:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-12 00:25:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-12 00:25:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:25:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5bac7c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5bac7c","method":"GET"} []
[2020-04-12 00:25:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:38] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:25:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:25:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-12 00:25:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-12 00:25:38] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 10 [] []
[2020-04-12 00:25:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-12 00:25:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:25:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"30f5b0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/30f5b0","method":"GET"} []
[2020-04-12 00:25:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:48] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-12 00:25:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:25:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [10] []
[2020-04-12 00:25:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente2"} []
[2020-04-12 00:25:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:49] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-12 00:25:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-12 00:25:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1746d2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1746d2","method":"GET"} []
[2020-04-12 00:25:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:53] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-12 00:25:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["cliente3"] []
[2020-04-12 00:25:54] security.INFO: User has been authenticated successfully. {"username":"cliente3"} []
[2020-04-12 00:25:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:25:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:55] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-12 00:25:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:25:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-12 00:25:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-12 00:25:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:25:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7b7b5e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7b7b5e","method":"GET"} []
[2020-04-12 00:25:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:25:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:25:59] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:25:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:25:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-12 00:25:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-12 00:25:59] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' AND e1_.id = 11 [] []
[2020-04-12 00:25:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:26:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:26:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:26:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"afe6e0","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/afe6e0","method":"GET"} []
[2020-04-12 00:29:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:11] request.INFO: Matched route "logout". {"route":"logout","route_parameters":{"_route":"logout"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/logout","method":"GET"} []
[2020-04-12 00:29:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [11] []
[2020-04-12 00:29:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"cliente3"} []
[2020-04-12 00:29:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:12] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-12 00:29:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-12 00:29:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"35681b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/35681b","method":"GET"} []
[2020-04-12 00:29:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:16] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-12 00:29:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-12 00:29:17] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-12 00:29:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:29:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:18] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-12 00:29:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:29:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:29:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:29:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:29:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9431da","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9431da","method":"GET"} []
[2020-04-12 00:29:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:25] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:29:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:29:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:29:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:29:26] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' [] []
[2020-04-12 00:29:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-12 00:29:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:29:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"151014","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/151014","method":"GET"} []
[2020-04-12 00:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:30] request.INFO: Matched route "solicitud_rechaza". {"route":"solicitud_rechaza","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::rechazaAction","id":"12","bandera":"1","_route":"solicitud_rechaza"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/decide/12/1","method":"GET"} []
[2020-04-12 00:29:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:29:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:29:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:29:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? LIMIT 1 ["12"] []
[2020-04-12 00:29:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.id_sustitucion AS id_sustitucion_2, t0.descripcion AS descripcion_3, t0.fecha_ingreso AS fecha_ingreso_4, t0.costo AS costo_5, t0.fecha_inicio AS fecha_inicio_6, t0.fecha_fin AS fecha_fin_7, t0.observacion_tecnico AS observacion_tecnico_8, t0.id_solicitud AS id_solicitud_9, t0.id_tecnico AS id_tecnico_10, t0.id_estado_trabajo AS id_estado_trabajo_11, t0.id_tipo_trabajo AS id_tipo_trabajo_12 FROM trabajo t0 WHERE t0.id_solicitud = ? LIMIT 1 [12] []
[2020-04-12 00:29:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [4] []
[2020-04-12 00:29:30] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-12 00:29:30] doctrine.DEBUG: UPDATE trabajo SET id_estado_trabajo = ? WHERE id = ? [4,9] []
[2020-04-12 00:29:30] doctrine.DEBUG: "COMMIT" [] []
[2020-04-12 00:29:30] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-04-12 00:29:30] doctrine.DEBUG: UPDATE solicitud SET estado = ?, fecha_solucion = ? WHERE id = ? ["Conforme","2020-04-11 18:29:30",12] []
[2020-04-12 00:29:30] doctrine.DEBUG: "COMMIT" [] []
[2020-04-12 00:29:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:29:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:31] request.INFO: Matched route "solicitud_index". {"route":"solicitud_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SolicitudController::indexAction","_route":"solicitud_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/solicitud/","method":"GET"} []
[2020-04-12 00:29:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:29:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:29:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:29:31] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.estado AS estado_1, s0_.descripcion AS descripcion_2, s0_.fecha_solicitud AS fecha_solicitud_3, s0_.fecha_problema AS fecha_problema_4, s0_.fecha_solucion AS fecha_solucion_5, s0_.observacion_cliente AS observacion_cliente_6, s0_.id_empresa AS id_empresa_7, s0_.id_respempresa AS id_respempresa_8 FROM solicitud s0_ INNER JOIN empleado e1_ ON (s0_.id_empresa = e1_.id_empresa) WHERE s0_.estado <> 'Conforme' [] []
[2020-04-12 00:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-04-12 00:29:32] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:29:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"767cb2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/767cb2","method":"GET"} []
[2020-04-12 00:29:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:42] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-12 00:29:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:29:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:29:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:29:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-12 00:29:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:29:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c4af61","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c4af61","method":"GET"} []
[2020-04-12 00:29:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:51] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"9","_route":"material_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/show","method":"GET"} []
[2020-04-12 00:29:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:29:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:29:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:29:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:29:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:29:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:29:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:29:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:29:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f9005c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f9005c","method":"GET"} []
[2020-04-12 00:30:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:30:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:30:03] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-12 00:30:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:30:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:30:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:30:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-12 00:30:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:30:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:30:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:30:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"96548e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/96548e","method":"GET"} []
[2020-04-12 00:30:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:30:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:30:24] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-04-12 00:30:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:30:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:30:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:30:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:30:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["9"] []
[2020-04-12 00:30:25] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:30:25] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245011ed210.05405824.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245011f4771.94196581.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245011ed210.05405824.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245011f4771.94196581.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:30:26] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245011f4771.94196581.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245011ed210.05405824.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245011f4771.94196581.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[=========>                                                  ] 16%\r[==========>                                                 ] 18%\r[==============>                                             ] 24%\r[===============>                                            ] 26%\r[======================>                                     ] 37%\r[============================>                               ] 48%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:30:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:30:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:30:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:30:42] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-12 00:30:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:30:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:30:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:30:42] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-12 00:30:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-12 00:30:42] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:30:43] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "Neither the property "tardescripcion" nor one of the methods "tardescripcion()", "gettardescripcion()"/"istardescripcion()" or "__call()" exist and have public access in class "AdminBundle\Entity\Material"." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 116 {"exception":"[object] (Twig_Error_Runtime(code: 0): Neither the property \"tardescripcion\" nor one of the methods \"tardescripcion()\", \"gettardescripcion()\"/\"istardescripcion()\" or \"__call()\" exist and have public access in class \"AdminBundle\\Entity\\Material\". at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:116)"} []
[2020-04-12 00:30:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:30:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:30:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:30:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"002851","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/002851","method":"GET"} []
[2020-04-12 00:33:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:33:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:33:22] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-12 00:33:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:33:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:33:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:33:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-12 00:33:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-12 00:33:23] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:33:23] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245b37fd456.09896415.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245b38067f5.92340261.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245b37fd456.09896415.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245b38067f5.92340261.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:33:24] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245b38067f5.92340261.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245b37fd456.09896415.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245b38067f5.92340261.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[==================>                                         ] 31%\r[=====================>                                      ] 36%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:33:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:33:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:33:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:33:55] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-12 00:33:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:33:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:33:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:33:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-12 00:33:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-12 00:33:56] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:33:56] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245d4c1c670.13312035.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245d4c24950.58514186.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245d4c1c670.13312035.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245d4c24950.58514186.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:33:58] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9245d4c24950.58514186.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245d4c1c670.13312035.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9245d4c24950.58514186.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[==================>                                         ] 31%\r[=======================>                                    ] 39%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:33:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:35:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:35:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:35:10] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-12 00:35:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:35:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:35:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:35:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-12 00:35:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? ["7"] []
[2020-04-12 00:35:10] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:35:11] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92461f397631.92482825.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92461f39efa9.67554109.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92461f397631.92482825.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92461f39efa9.67554109.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:35:12] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92461f39efa9.67554109.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92461f397631.92482825.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92461f39efa9.67554109.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[===================>                                        ] 33%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:35:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:36:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:36:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:36:17] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"9","_route":"material_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/show","method":"GET"} []
[2020-04-12 00:36:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:36:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:36:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:36:18] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:36:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:36:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:36:18] request.INFO: Matched route "material_show". {"route":"material_show","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::showAction","id":"9","_route":"material_show"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/show","method":"GET"} []
[2020-04-12 00:36:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:36:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:36:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:36:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:36:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:36:19] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:36:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:36:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:36:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0e221b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0e221b","method":"GET"} []
[2020-04-12 00:37:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:37:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:37:52] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-04-12 00:37:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:37:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:37:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:37:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-04-12 00:37:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-04-12 00:37:53] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:37:53] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9246c1b4d4a8.46482838.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9246c1b54c36.93975728.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9246c1b4d4a8.46482838.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9246c1b54c36.93975728.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:37:55] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9246c1b54c36.93975728.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9246c1b4d4a8.46482838.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9246c1b54c36.93975728.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 21%\r[===============>                                            ] 25%\r[================>                                           ] 27%\r[==================>                                         ] 31%\r[=======================>                                    ] 39%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:37:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:38:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:38:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:38:35] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-12 00:38:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:38:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:38:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:38:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-12 00:38:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:38:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:38:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:38:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bee3a2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bee3a2","method":"GET"} []
[2020-04-12 00:38:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:38:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:38:39] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-04-12 00:38:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:38:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:38:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:38:40] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:38:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:38:40] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:38:40] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9246f030d7d5.79994939.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9246f0317be7.61676646.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9246f030d7d5.79994939.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9246f0317be7.61676646.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:38:41] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9246f0317be7.61676646.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9246f030d7d5.79994939.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9246f0317be7.61676646.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 21%\r[===============>                                            ] 25%\r[================>                                           ] 27%\r[=====================>                                      ] 36%\r[==========================>                                 ] 44%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:38:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:39:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:39:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:39:28] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-04-12 00:39:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:39:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:39:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:39:29] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:39:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:39:29] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:39:29] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e924721509f78.90645196.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e924721512070.33590349.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e924721509f78.90645196.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e924721512070.33590349.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:39:30] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e924721512070.33590349.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"PLANILLA INDIVIDUAL\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e924721509f78.90645196.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e924721512070.33590349.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[================>                                           ] 28%\r[==================>                                         ] 31%\r[=====================>                                      ] 36%\r[=========================>                                  ] 43%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:39:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:40:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:40:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:40:44] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-04-12 00:40:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:40:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:40:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:40:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:40:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:40:44] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:40:44] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92476cb126b7.90405674.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92476cb1d062.41006880.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92476cb126b7.90405674.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92476cb1d062.41006880.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:40:46] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e92476cb1d062.41006880.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92476cb126b7.90405674.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e92476cb1d062.41006880.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[==================>                                         ] 31%\r[=====================>                                      ] 36%\r[============================>                               ] 48%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:40:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 00:46:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 00:46:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 00:46:09] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-04-12 00:46:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 00:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 00:46:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 00:46:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 00:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 00:46:09] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 00:46:10] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9248b2061737.76685597.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9248b20694a0.97961149.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9248b2061737.76685597.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9248b20694a0.97961149.pdf\"","env":null,"timeout":false} []
[2020-04-12 00:46:11] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e9248b20694a0.97961149.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9248b2061737.76685597.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e9248b20694a0.97961149.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[===================>                                        ] 33%\r[========================>                                   ] 41%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 00:46:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 17:31:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 17:31:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 17:31:38] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-12 17:31:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 17:31:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 17:31:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 17:31:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 17:31:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 17:31:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 17:31:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f8c93","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7f8c93","method":"GET"} []
[2020-04-12 17:31:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 17:31:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 17:31:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-04-12 17:31:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 17:31:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 17:31:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 17:31:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-04-12 17:31:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 17:31:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 17:31:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 17:31:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"307481","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/307481","method":"GET"} []
[2020-04-12 17:31:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 17:31:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 17:31:54] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-04-12 17:31:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-12 17:31:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-12 17:31:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-12 17:31:55] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', e2_.paterno, ' ', e2_.materno) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-04-12 17:31:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-04-12 17:31:55] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-04-12 17:31:55] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5e93346b3eda23.11137490.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5e93346b3f7404.07505304.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e93346b3eda23.11137490.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e93346b3f7404.07505304.pdf\"","env":null,"timeout":false} []
[2020-04-12 17:31:57] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5e93346b3f7404.07505304.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e93346b3eda23.11137490.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5e93346b3f7404.07505304.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[================>                                           ] 28%\r[====================>                                       ] 34%\r[=========================>                                  ] 43%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-04-12 17:31:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-12 17:32:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 17:32:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 17:32:02] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-12 17:32:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-12 17:32:03] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-12 17:32:03] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-12 17:32:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 17:32:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 17:32:03] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-12 17:32:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-12 17:32:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-12 17:32:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-12 17:32:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3d0917","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3d0917","method":"GET"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:03] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-12 17:42:10] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-04-15 23:37:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:37:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:37:45] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-15 23:37:45] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-04-15 23:37:45] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-15 23:37:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-15 23:37:46] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-04-15 23:37:46] security.DEBUG: Calling Authentication entry point. [] []
[2020-04-15 23:37:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:37:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:37:47] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-15 23:37:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-15 23:37:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:37:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:37:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d166d9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d166d9","method":"GET"} []
[2020-04-15 23:37:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:37:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:37:54] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-04-15 23:37:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-04-15 23:37:56] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-04-15 23:37:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-15 23:37:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:37:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:37:57] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-04-15 23:37:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-15 23:37:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-15 23:37:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-15 23:37:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-15 23:38:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:38:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:38:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d7a6f2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d7a6f2","method":"GET"} []
[2020-04-15 23:38:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:38:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:38:04] request.INFO: Matched route "empleado_index". {"route":"empleado_index","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::indexAction","_route":"empleado_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/","method":"GET"} []
[2020-04-15 23:38:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-15 23:38:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-15 23:38:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-15 23:38:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 [] []
[2020-04-15 23:38:05] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-15 23:38:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:38:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:38:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"11635b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/11635b","method":"GET"} []
[2020-04-15 23:38:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:38:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:38:24] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-15 23:38:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-15 23:38:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-15 23:38:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-15 23:38:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-15 23:38:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-15 23:38:26] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-15 23:38:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-15 23:38:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:38:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:38:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"eeebff","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/eeebff","method":"GET"} []
[2020-04-15 23:39:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:39:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:39:55] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-04-15 23:39:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-04-15 23:39:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:39:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:39:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4a74fc","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4a74fc","method":"GET"} []
[2020-04-15 23:40:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:40:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:40:22] request.INFO: Matched route "empleado_edit". {"route":"empleado_edit","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::editAction","id":"3","_route":"empleado_edit"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/3/edit","method":"GET"} []
[2020-04-15 23:40:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-15 23:40:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-15 23:40:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-15 23:40:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? ["3"] []
[2020-04-15 23:40:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.observaciones AS observaciones_4 FROM tipo_departamento t0 WHERE t0.id = ? [9] []
[2020-04-15 23:40:23] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"Seleccione un Rol","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"Administrador","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"TÃ©cnico","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"Empresa","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"Seleccione Nivel AcadÃ©mico","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"BACHILLER","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"LICENCIATURA","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"MAESTRIA","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":"DOCTORADO","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-15 23:40:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-15 23:40:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:40:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:40:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8ce9d9","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8ce9d9","method":"GET"} []
[2020-04-15 23:40:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:40:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:40:32] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-15 23:40:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-15 23:40:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-15 23:40:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-15 23:40:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-15 23:40:33] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-15 23:40:34] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-15 23:40:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-15 23:40:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:40:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:40:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3b685d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3b685d","method":"GET"} []
[2020-04-15 23:41:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:41:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:41:41] request.INFO: Matched route "empleado_newcliente". {"route":"empleado_newcliente","route_parameters":{"_controller":"AdminBundle\\Controller\\EmpleadoController::newclienteAction","_route":"empleado_newcliente"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/empleado/newcliente","method":"GET"} []
[2020-04-15 23:41:41] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-04-15 23:41:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-04-15 23:41:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-04-15 23:41:41] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.nit AS nit_2, t0_.direccion AS direccion_3, t0_.telefono AS telefono_4, t0_.fax AS fax_5, t0_.email AS email_6 FROM tipo_empresa t0_ [] []
[2020-04-15 23:41:41] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.nombre AS nombre_1, t0_.sigla AS sigla_2, t0_.observaciones AS observaciones_3 FROM tipo_departamento t0_ [] []
[2020-04-15 23:41:42] translation.WARNING: Translation not found. {"id":" Guardar","domain":"messages","locale":"es"} []
[2020-04-15 23:41:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-04-15 23:41:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-04-15 23:41:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-04-15 23:41:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4a7124","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4a7124","method":"GET"} []
[2020-05-05 15:51:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 15:51:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 15:51:22] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-05-05 15:51:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-05 15:51:23] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-05-05 15:51:23] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-05 15:51:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 15:51:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 15:51:23] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-05-05 15:51:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-05 15:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 15:51:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 15:51:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5dab8b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5dab8b","method":"GET"} []
[2020-05-05 15:51:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 15:51:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 15:51:36] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-05-05 15:51:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-05-05 15:51:37] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-05-05 15:51:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 15:51:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 15:51:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 15:51:37] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-05-05 15:51:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 15:51:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 15:51:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 15:51:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 15:51:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 15:51:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 15:51:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"350612","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/350612","method":"GET"} []
[2020-05-05 16:09:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:09:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:09:52] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:09:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:09:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:09:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:09:53] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:09:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:09:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:09:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:09:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"552b7e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/552b7e","method":"GET"} []
[2020-05-05 16:11:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:11:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:11:51] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/","method":"GET"} []
[2020-05-05 16:11:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:11:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:11:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:11:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:11:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:11:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:11:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b91679","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b91679","method":"GET"} []
[2020-05-05 16:11:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:11:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:11:56] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:11:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:11:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:11:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:11:56] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:11:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:11:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:11:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:11:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:11:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:11:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:11:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:11:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:11:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"00da1c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/00da1c","method":"GET"} []
[2020-05-05 16:12:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:12:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:12:36] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:12:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:12:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:12:37] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:12:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:12:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:12:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:12:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"acc5d4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/acc5d4","method":"GET"} []
[2020-05-05 16:14:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:14:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:14:35] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:14:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:14:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:14:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:14:36] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:14:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:14:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:14:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:14:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c6939f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c6939f","method":"GET"} []
[2020-05-05 16:14:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:14:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:14:58] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:14:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:14:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:14:58] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:14:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:14:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:14:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:14:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:14:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:14:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:15:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:15:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:15:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d936fd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d936fd","method":"GET"} []
[2020-05-05 16:15:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:15:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:15:30] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:15:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:15:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:15:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:15:30] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:15:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:15:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:15:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:15:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:15:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:15:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:15:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:15:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:15:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0243c5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0243c5","method":"GET"} []
[2020-05-05 16:30:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:30:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:30:55] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:30:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:30:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:30:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:30:55] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:30:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:30:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:30:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:30:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:30:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:30:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:30:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:30:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:30:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"43cd76","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/43cd76","method":"GET"} []
[2020-05-05 16:38:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:38:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:38:19] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:38:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:38:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:38:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:38:19] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:38:20] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 37 near 'd.nombre, ' ',': Error: 'd' is not defined." at C:\xampp\htdocs\aiis\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 37 near 'd.nombre, ' ',': Error: 'd' is not defined. at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:63, Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT  \r\n                    CONCAT(d.nombre, ' ', COALESCE(d.paterno,''), ' ', COALESCE(d.materno,'')) as tecnico, a.id\r\n                    from AdminBundle:Empleado a                     \r\n                    JOIN AdminBundle:Trabajo b WITH b.idTecnico = a.id                    \r\n                    where a.role = 'ROLE_TECNICO' AND b.id is null at C:\\xampp\\htdocs\\aiis\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:41)"} []
[2020-05-05 16:38:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:38:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:38:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:38:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"857121","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/857121","method":"GET"} []
[2020-05-05 16:38:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:38:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:38:46] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:38:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:38:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:38:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:38:46] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:38:46] doctrine.DEBUG: SELECT CONCAT(e0_.nombre, ' ', COALESCE(e0_.paterno, ''), ' ', COALESCE(e0_.materno, '')) AS sclr_0, e0_.id AS id_1 FROM empleado e0_ INNER JOIN trabajo t1_ ON (t1_.id_tecnico = e0_.id) WHERE e0_.role = 'ROLE_TECNICO' AND t1_.id IS NULL [] []
[2020-05-05 16:38:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:38:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:38:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:38:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:38:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:38:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:38:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:38:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:38:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d74774","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d74774","method":"GET"} []
[2020-05-05 16:39:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:39:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:39:34] request.INFO: Matched route "trabajo_index". {"route":"trabajo_index","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::indexAction","_route":"trabajo_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/","method":"GET"} []
[2020-05-05 16:39:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:39:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:39:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:39:35] doctrine.DEBUG: SELECT t0_.id AS id_0, t0_.id_sustitucion AS id_sustitucion_1, t0_.descripcion AS descripcion_2, t0_.fecha_ingreso AS fecha_ingreso_3, t0_.costo AS costo_4, t0_.fecha_inicio AS fecha_inicio_5, t0_.fecha_fin AS fecha_fin_6, t0_.observacion_tecnico AS observacion_tecnico_7, t0_.id_solicitud AS id_solicitud_8, t0_.id_tecnico AS id_tecnico_9, t0_.id_estado_trabajo AS id_estado_trabajo_10, t0_.id_tipo_trabajo AS id_tipo_trabajo_11 FROM trabajo t0_ WHERE t0_.id_estado_trabajo IN (1, 2) [] []
[2020-05-05 16:39:35] doctrine.DEBUG: SELECT CONCAT(e0_.nombre, ' ', COALESCE(e0_.paterno, ''), ' ', COALESCE(e0_.materno, '')) AS sclr_0, e0_.id AS id_1 FROM empleado e0_ LEFT JOIN trabajo t1_ ON (t1_.id_tecnico = e0_.id) WHERE e0_.role = 'ROLE_TECNICO' AND t1_.id IS NULL [] []
[2020-05-05 16:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.estado AS estado_2, t0.descripcion AS descripcion_3, t0.fecha_solicitud AS fecha_solicitud_4, t0.fecha_problema AS fecha_problema_5, t0.fecha_solucion AS fecha_solucion_6, t0.observacion_cliente AS observacion_cliente_7, t0.id_empresa AS id_empresa_8, t0.id_respempresa AS id_respempresa_9 FROM solicitud t0 WHERE t0.id = ? [13] []
[2020-05-05 16:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nit AS nit_3, t0.direccion AS direccion_4, t0.telefono AS telefono_5, t0.fax AS fax_6, t0.email AS email_7 FROM tipo_empresa t0 WHERE t0.id = ? [1] []
[2020-05-05 16:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [12] []
[2020-05-05 16:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.descripcion AS descripcion_4, t0.estado AS estado_5 FROM tipo_trabajo t0 WHERE t0.id = ? [1] []
[2020-05-05 16:39:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.sigla AS sigla_3, t0.estado AS estado_4 FROM tipo_estado_trabajo t0 WHERE t0.id = ? [2] []
[2020-05-05 16:39:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:39:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:39:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:39:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a75f2d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a75f2d","method":"GET"} []
[2020-05-05 16:41:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:41:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:41:36] request.INFO: Matched route "sustitucion_index". {"route":"sustitucion_index","route_parameters":{"_controller":"AdminBundle\\Controller\\SustitucionController::indexAction","_route":"sustitucion_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/sustitucion/","method":"GET"} []
[2020-05-05 16:41:36] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:41:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:41:36] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:41:36] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.id AS id_6, t5_.id AS id_7 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id_tecnico IS NOT NULL AND t5_.id_estado_trabajo = 2 [] []
[2020-05-05 16:41:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:41:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:41:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:41:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7f3954","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/7f3954","method":"GET"} []
[2020-05-05 16:41:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:41:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:41:42] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 16:41:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:41:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:41:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:41:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 16:41:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:41:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:41:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:41:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ae0a6a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ae0a6a","method":"GET"} []
[2020-05-05 16:41:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:41:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:41:46] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 16:41:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:41:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:41:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:41:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 16:41:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 16:41:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:41:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:41:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a899d4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a899d4","method":"GET"} []
[2020-05-05 16:41:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 16:41:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 16:41:56] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-05-05 16:41:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 16:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 16:41:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 16:41:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-05-05 16:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-05-05 16:41:56] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 16:41:57] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb17b35315110.79833004.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb17b3531d289.74763317.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb17b35315110.79833004.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb17b3531d289.74763317.pdf\"","env":null,"timeout":false} []
[2020-05-05 16:41:59] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb17b3531d289.74763317.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb17b35315110.79833004.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb17b3531d289.74763317.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[===================>                                        ] 33%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 16:41:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:43] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:22:48] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:31:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:31:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:31:57] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-05-05 17:31:57] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "C:\xampp\htdocs\aiis\src\AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"C:\\xampp\\htdocs\\aiis\\src\\AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Yaml\\Inline.php:524)"} []
[2020-05-05 17:31:57] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:31:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:31:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:31:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:31:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 17:31:59] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:32:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:32:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:32:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2c4b87","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2c4b87","method":"GET"} []
[2020-05-05 17:32:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:32:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:32:14] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:32:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:32:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:32:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 17:32:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:32:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:32:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:32:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0960f3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0960f3","method":"GET"} []
[2020-05-05 17:32:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:32:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:32:34] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:32:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:32:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:32:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:32:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:32:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:32:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:32:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:32:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:33:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:33:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:33:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ae0a6a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ae0a6a","method":"GET"} []
[2020-05-05 17:34:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:34:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:34:49] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 17:34:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:34:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:34:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:34:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 17:34:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:34:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:34:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:34:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"696aa6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/696aa6","method":"GET"} []
[2020-05-05 17:35:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:35:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:35:04] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:35:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:35:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:35:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:35:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 17:35:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:35:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:35:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:35:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1881a3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1881a3","method":"GET"} []
[2020-05-05 17:35:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:35:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:35:21] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:35:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:35:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:35:21] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:35:21] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller/../assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller/../assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:35:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:35:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:35:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:35:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"42ae36","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/42ae36","method":"GET"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateBundleCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateBundleCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateCommandCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateCommandCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateControllerCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateControllerCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineCrudCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineEntityCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineEntityCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:37:42] php.INFO: User Deprecated: Auto-registration of the command "Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineFormCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Auto-registration of the command \"Sensio\\Bundle\\GeneratorBundle\\Command\\GenerateDoctrineFormCommand\" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Bundle\\Bundle.php:177)"} []
[2020-05-05 17:41:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:41:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:41:16] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:41:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:41:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:41:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:41:16] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:41:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:41:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:41:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:41:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6f8b46","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6f8b46","method":"GET"} []
[2020-05-05 17:46:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:46:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:46:54] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:46:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:46:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:46:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:46:55] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller%kernel.root_dir%/../vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller%kernel.root_dir%/../vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:46:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:46:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:46:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:46:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"13873f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/13873f","method":"GET"} []
[2020-05-05 17:47:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:47:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:47:40] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:47:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:47:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:47:41] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:47:41] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: %kernel.root_dir%/../vendor/endroid/qr-code/assets  /fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: %kernel.root_dir%/../vendor/endroid/qr-code/assets  /fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:47:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:47:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:47:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:47:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5ec3df","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5ec3df","method":"GET"} []
[2020-05-05 17:48:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:48:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:48:03] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:48:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:48:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:48:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:48:04] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: /../vendor/endroid/qr-code/assets  /fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: /../vendor/endroid/qr-code/assets  /fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:48:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:48:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:48:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:48:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f09c07","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f09c07","method":"GET"} []
[2020-05-05 17:48:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:48:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:48:21] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:48:21] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:48:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:48:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:48:22] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: /vendor/endroid/qr-code/assets  /fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: /vendor/endroid/qr-code/assets  /fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:48:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:48:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:48:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:48:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f21cb7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f21cb7","method":"GET"} []
[2020-05-05 17:48:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:48:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:48:53] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:48:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:48:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:48:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:48:54] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: %kernel.root_dir%/../vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: %kernel.root_dir%/../vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:48:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:48:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:48:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:48:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d6c464","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d6c464","method":"GET"} []
[2020-05-05 17:49:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:49:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:49:09] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:49:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:49:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:49:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:49:09] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid logo path: " at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 206 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid logo path:  at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:206)"} []
[2020-05-05 17:49:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:49:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:49:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:49:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ec0cd6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ec0cd6","method":"GET"} []
[2020-05-05 17:49:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:49:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:49:26] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:49:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:49:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:49:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:49:26] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: /vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: /vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:49:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:49:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:49:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:49:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f83944","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f83944","method":"GET"} []
[2020-05-05 17:49:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:49:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:49:42] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:49:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:49:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:49:42] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller/../assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller/../assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:49:42] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:49:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:49:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:49:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f9a9ca","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f9a9ca","method":"GET"} []
[2020-05-05 17:54:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:54:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:54:45] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:54:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:54:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:54:45] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller/../vendor/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller/../vendor/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:54:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:54:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:54:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:54:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"19e9b2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/19e9b2","method":"GET"} []
[2020-05-05 17:55:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:55:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:55:53] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:55:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:55:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:55:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:55:54] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: https://localhost:8080/aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: https://localhost:8080/aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:55:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:55:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:55:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:55:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"9df95d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/9df95d","method":"GET"} []
[2020-05-05 17:56:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:56:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:56:39] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 17:56:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 17:56:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 17:56:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 17:56:39] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: http://localhost:8080/aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: http://localhost:8080/aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 17:56:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 17:56:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 17:56:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 17:56:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"187b00","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/187b00","method":"GET"} []
[2020-05-05 18:25:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:25:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:25:03] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:25:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:25:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:25:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:25:03] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: http://localhost:8080/aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: http://localhost:8080/aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 18:25:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:25:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:25:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:25:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"036f59","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/036f59","method":"GET"} []
[2020-05-05 18:25:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:25:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:25:51] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:25:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:25:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:25:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:25:52] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller/../vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller/../vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 18:25:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:25:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:25:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:25:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f72bb4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f72bb4","method":"GET"} []
[2020-05-05 18:42:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:42:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:42:42] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:42:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:42:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:42:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:42:43] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path:  % kernel.root_dir% / .. /vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path:  % kernel.root_dir% / .. /vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 18:42:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:42:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:42:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:42:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1a1f56","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1a1f56","method":"GET"} []
[2020-05-05 18:43:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:43:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:43:43] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:43:43] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:43:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:43:43] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:49:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:49:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:49:33] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:49:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:49:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:49:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:49:33] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path:  C:\xampp\htdocs\aiis\../vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path:  C:\\xampp\\htdocs\\aiis\\../vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 18:49:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:49:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:49:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:49:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"06c052","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/06c052","method":"GET"} []
[2020-05-05 18:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:50:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:50:09] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:50:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:50:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:50:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:50:10] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path:  C:\xampp\htdocs\aiis\vendor\endroid\qr-code\assets\fonts\noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path:  C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\assets\\fonts\\noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 18:50:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:50:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:50:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:50:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d4397b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/d4397b","method":"GET"} []
[2020-05-05 18:50:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:50:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:50:17] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:50:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:50:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:50:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:50:18] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path:  C:\xampp\htdocs\aiis\vendor\endroid\qr-code\assets\fonts\noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path:  C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\assets\\fonts\\noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 18:50:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:50:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:50:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:50:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"507fe6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/507fe6","method":"GET"} []
[2020-05-05 18:57:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:57:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:57:37] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:57:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:57:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:57:37] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: Use of undefined constant app - assumed 'app' (this will throw an Error in a future version of PHP)" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 44 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: Use of undefined constant app - assumed 'app' (this will throw an Error in a future version of PHP) at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:44)"} []
[2020-05-05 18:57:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:57:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:57:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:57:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"127e43","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/127e43","method":"GET"} []
[2020-05-05 18:57:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:57:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:57:50] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:57:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:57:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:57:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:57:50] php.CRITICAL: Call to undefined function AdminBundle\Controller\getUriForPath() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined function AdminBundle\\Controller\\getUriForPath() at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:44)"} []
[2020-05-05 18:57:50] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedFunctionException: "Attempted to call function "getUriForPath" from namespace "AdminBundle\Controller"." at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 44 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedFunctionException(code: 0): Attempted to call function \"getUriForPath\" from namespace \"AdminBundle\\Controller\". at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:44)"} []
[2020-05-05 18:57:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:57:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:57:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:57:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ca7613","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/ca7613","method":"GET"} []
[2020-05-05 18:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:58:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:58:06] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:58:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:58:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:58:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:58:06] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: pathinfo() expects at least 1 parameter, 0 given" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 44 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: pathinfo() expects at least 1 parameter, 0 given at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:44)"} []
[2020-05-05 18:58:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:58:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:58:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:58:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2939a3","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2939a3","method":"GET"} []
[2020-05-05 18:58:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:58:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:58:16] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:58:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:58:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:58:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:58:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:58:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:58:29] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:58:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:58:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:58:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:58:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:58:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:58:43] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:58:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:58:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:58:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:58:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:58:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:58:50] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:58:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:58:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:58:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:59:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:59:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:59:52] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 18:59:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 18:59:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 18:59:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 18:59:53] php.CRITICAL: Parse error: syntax error, unexpected 'png' (T_STRING), expecting ',' or ')' {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Parse error: syntax error, unexpected 'png' (T_STRING), expecting ',' or ')' at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:47)"} []
[2020-05-05 18:59:53] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Parse error: syntax error, unexpected 'png' (T_STRING), expecting ',' or ')'" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 47 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Parse error: syntax error, unexpected 'png' (T_STRING), expecting ',' or ')' at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:47)"} []
[2020-05-05 18:59:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 18:59:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 18:59:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 18:59:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"daaa0d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/daaa0d","method":"GET"} []
[2020-05-05 19:00:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:00:07] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:00:07] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:00:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:00:07] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:00:52] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:00:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:00:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:00:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:00:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:00:52] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:00:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:00:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:00:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:01:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:01:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:01:08] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:01:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:01:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:01:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:01:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:01:16] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:01:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:01:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:01:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:01:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:01:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:01:47] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:01:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:01:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:01:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:01:48] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: pathinfo() expects parameter 1 to be string, array given" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 44 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: pathinfo() expects parameter 1 to be string, array given at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:44)"} []
[2020-05-05 19:01:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:01:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:01:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:01:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"403854","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/403854","method":"GET"} []
[2020-05-05 19:02:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:02:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:02:01] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:02:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:02:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:02:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:02:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:02:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:02:32] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:02:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:02:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:02:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:02:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:02:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:02:40] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:02:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:02:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:02:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:02:41] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Array to string conversion" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 53 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Array to string conversion at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:53)"} []
[2020-05-05 19:02:41] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:02:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:02:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:02:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a71326","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a71326","method":"GET"} []
[2020-05-05 19:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:02:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:02:52] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:02:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:02:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:04:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:01] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:04:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:04:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:04:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:04:02] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: Use of undefined constant dirname - assumed 'dirname' (this will throw an Error in a future version of PHP)" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 53 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: Use of undefined constant dirname - assumed 'dirname' (this will throw an Error in a future version of PHP) at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:53)"} []
[2020-05-05 19:04:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:04:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"211b27","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/211b27","method":"GET"} []
[2020-05-05 19:04:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:22] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:04:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:04:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:04:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:04:22] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xammp\htdocs/../assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xammp\\htdocs/../assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:04:22] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:04:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1d8c21","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1d8c21","method":"GET"} []
[2020-05-05 19:04:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:33] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:04:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:04:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:04:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:04:34] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xammp\htdocs/vendor/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xammp\\htdocs/vendor/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:04:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:04:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b85e02","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b85e02","method":"GET"} []
[2020-05-05 19:04:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:44] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:04:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:04:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:04:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:04:44] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xammp\htdocsaiis/vendor/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xammp\\htdocsaiis/vendor/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:04:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:04:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b8c882","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b8c882","method":"GET"} []
[2020-05-05 19:04:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:49] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:04:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:04:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:04:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:04:49] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xammp\htdocs/aiis/vendor/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xammp\\htdocs/aiis/vendor/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:04:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:04:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:04:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:04:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"14ac6d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/14ac6d","method":"GET"} []
[2020-05-05 19:05:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:05:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:05:33] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:05:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:05:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:05:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:05:34] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xammp\htdocs/aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xammp\\htdocs/aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:05:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:05:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:05:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:05:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4e9899","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4e9899","method":"GET"} []
[2020-05-05 19:05:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:05:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:05:47] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:05:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:05:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:05:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:05:47] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xammp\htdocs../aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xammp\\htdocs../aiis/vendor/endroid/qr-code/assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:05:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:05:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:05:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:05:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"89af04","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/89af04","method":"GET"} []
[2020-05-05 19:06:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:06:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:06:12] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:06:12] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:06:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:06:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:06:13] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller/../assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller/../assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:06:13] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:06:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:06:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2f1fab","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2f1fab","method":"GET"} []
[2020-05-05 19:07:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:07:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:07:30] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:07:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:07:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:07:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:07:30] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller/../assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller/../assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:07:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:07:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:07:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:07:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bc66a2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bc66a2","method":"GET"} []
[2020-05-05 19:13:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:13:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:13:54] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:13:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:13:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:13:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:13:54] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: C:\xampp\htdocs\aiis\src\AdminBundle\Controller/../assets/fonts/noto_sans.otf" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller/../assets/fonts/noto_sans.otf at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:13:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:13:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:13:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:13:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4720de","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4720de","method":"GET"} []
[2020-05-05 19:14:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:14:16] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:14:16] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:14:16] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:14:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:14:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:14:17] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: center" at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: center at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:284)"} []
[2020-05-05 19:14:17] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:14:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:14:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:14:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"04e566","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/04e566","method":"GET"} []
[2020-05-05 19:14:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:14:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:14:27] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:14:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:14:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:14:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:14:27] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid logo path: " at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\QrCode.php line 206 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid logo path:  at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\QrCode.php:206)"} []
[2020-05-05 19:14:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:14:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:14:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:14:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"61b39b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/61b39b","method":"GET"} []
[2020-05-05 19:15:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:15:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:15:04] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:15:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:15:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:15:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:15:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 19:15:04] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:15:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:15:06] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:15:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"e59722","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/e59722","method":"GET"} []
[2020-05-05 19:17:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:17:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:17:18] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 19:17:18] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 19:17:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 19:17:18] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 19:17:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 19:17:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 19:34:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 19:34:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 19:34:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"696aa6","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/696aa6","method":"GET"} []
[2020-05-05 20:46:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:46:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:46:42] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 20:46:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 20:46:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 20:46:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 20:46:42] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 20:46:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 20:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:46:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:46:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"5a7487","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/5a7487","method":"GET"} []
[2020-05-05 20:46:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:46:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:46:48] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 20:46:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 20:46:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 20:46:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 20:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:46:49] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 20:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:46:49] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 20:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:46:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 20:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:46:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:46:49] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 20:46:49] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 20:46:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 20:46:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 20:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 20:46:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 20:46:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 20:46:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 20:46:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 20:46:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 20:46:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 20:46:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 20:46:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 20:46:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 20:46:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 20:46:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 20:46:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 20:46:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 20:46:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 20:46:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 20:46:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 20:46:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 20:46:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 20:46:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:46:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:46:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"83375c","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/83375c","method":"GET"} []
[2020-05-05 20:47:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:47:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:47:08] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 20:47:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 20:47:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 20:47:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 20:50:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:50:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:50:13] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 20:50:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 20:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 20:50:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 20:50:14] php.CRITICAL: Call to undefined method AdminBundle\Controller\MaterialController::filePersistencePath() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method AdminBundle\\Controller\\MaterialController::filePersistencePath() at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:41)"} []
[2020-05-05 20:50:14] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "filePersistencePath" of class "AdminBundle\Controller\MaterialController"." at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 41 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"filePersistencePath\" of class \"AdminBundle\\Controller\\MaterialController\". at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:41)"} []
[2020-05-05 20:50:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 20:50:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 20:50:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 20:50:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a9a80","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0a9a80","method":"GET"} []
[2020-05-05 21:13:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:13:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:13:30] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:13:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:13:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:13:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:13:30] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: targetFilePath" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 41 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined variable: targetFilePath at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:41)"} []
[2020-05-05 21:13:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:13:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:13:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:13:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3db99b","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3db99b","method":"GET"} []
[2020-05-05 21:26:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:26:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:26:25] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:26:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:26:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:26:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:26:26] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: targetFilePath" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 43 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined variable: targetFilePath at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:43)"} []
[2020-05-05 21:26:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:26:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:26:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:26:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2881be","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2881be","method":"GET"} []
[2020-05-05 21:26:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:26:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:26:50] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:26:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:26:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:26:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:26:52] php.CRITICAL: Class 'AppBundle\Models\DocumentAny' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'AppBundle\\Models\\DocumentAny' not found at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:74)"} []
[2020-05-05 21:26:58] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "DocumentAny" from namespace "AppBundle\Models". Did you forget a "use" statement for another namespace?" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 74 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"DocumentAny\" from namespace \"AppBundle\\Models\".\nDid you forget a \"use\" statement for another namespace? at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:74)"} []
[2020-05-05 21:26:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:28:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:28:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:28:30] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:28:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:28:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:28:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:28:31] php.CRITICAL: Class 'AppBundle\Models\DocumentAny' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'AppBundle\\Models\\DocumentAny' not found at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:74)"} []
[2020-05-05 21:28:37] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "DocumentAny" from namespace "AppBundle\Models". Did you forget a "use" statement for another namespace?" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 74 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"DocumentAny\" from namespace \"AppBundle\\Models\".\nDid you forget a \"use\" statement for another namespace? at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:74)"} []
[2020-05-05 21:28:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:29:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:29:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:29:26] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/?XDEBUG_SESSION_START=16404","method":"GET"} []
[2020-05-05 21:29:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-05 21:29:26] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Security\\Http\\Firewall\\AccessListener.php:68)"} []
[2020-05-05 21:29:26] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-05 21:29:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:29:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:29:27] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login","method":"GET"} []
[2020-05-05 21:29:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-05 21:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:29:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"93d305","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/93d305","method":"GET"} []
[2020-05-05 21:29:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:29:36] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:29:36] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/login_check","method":"POST"} []
[2020-05-05 21:29:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-05-05 21:29:37] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-05-05 21:29:37] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:29:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:29:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:29:38] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/?XDEBUG_SESSION_START=16404","method":"GET"} []
[2020-05-05 21:29:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:29:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:29:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:29:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:29:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:29:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:29:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"457b43","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/457b43","method":"GET"} []
[2020-05-05 21:29:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:29:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:29:47] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:29:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:29:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:29:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:29:49] php.CRITICAL: Class 'AppBundle\Models\DocumentAny' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'AppBundle\\Models\\DocumentAny' not found at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:74)"} []
[2020-05-05 21:29:55] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "DocumentAny" from namespace "AppBundle\Models". Did you forget a "use" statement for another namespace?" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 74 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"DocumentAny\" from namespace \"AppBundle\\Models\".\nDid you forget a \"use\" statement for another namespace? at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:74)"} []
[2020-05-05 21:29:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:35:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:35:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:35:15] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/?XDEBUG_SESSION_START=19042","method":"GET"} []
[2020-05-05 21:35:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:35:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:35:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:35:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:35:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:35:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:35:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"79e9fa","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/79e9fa","method":"GET"} []
[2020-05-05 21:35:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:35:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:35:26] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:35:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:35:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:35:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:35:27] php.CRITICAL: Class 'AppBundle\Models\DocumentAny' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'AppBundle\\Models\\DocumentAny' not found at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:74)"} []
[2020-05-05 21:35:33] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "DocumentAny" from namespace "AppBundle\Models". Did you forget a "use" statement for another namespace?" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 74 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"DocumentAny\" from namespace \"AppBundle\\Models\".\nDid you forget a \"use\" statement for another namespace? at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:74)"} []
[2020-05-05 21:35:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:35:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:35:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:35:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"dd88a1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/dd88a1","method":"GET"} []
[2020-05-05 21:38:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:38:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:38:50] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:38:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:38:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:38:51] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:38:52] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The autoloader expected class "AdminBundle\Models\DocumentAny" to be defined in file "C:\xampp\htdocs\aiis\vendor\composer/../../src\AdminBundle\Models\DocumentAny.php". The file was found but the class was not in it, the class name or namespace probably has a typo." at C:\xampp\htdocs\aiis\vendor\symfony\symfony\src\Symfony\Component\Debug\DebugClassLoader.php line 213 {"exception":"[object] (RuntimeException(code: 0): The autoloader expected class \"AdminBundle\\Models\\DocumentAny\" to be defined in file \"C:\\xampp\\htdocs\\aiis\\vendor\\composer/../../src\\AdminBundle\\Models\\DocumentAny.php\". The file was found but the class was not in it, the class name or namespace probably has a typo. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\Debug\\DebugClassLoader.php:213)"} []
[2020-05-05 21:38:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:38:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:38:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:38:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3c9c7f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3c9c7f","method":"GET"} []
[2020-05-05 21:39:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:39:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:39:55] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:39:55] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:39:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:39:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:39:57] php.CRITICAL: Type error: Argument 1 passed to AdminBundle\Models\DocumentAny::setFile() must be an instance of Symfony\Component\HttpFoundation\File\File, string given, called in C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php on line 75 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Models\\DocumentAny::setFile() must be an instance of Symfony\\Component\\HttpFoundation\\File\\File, string given, called in C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php on line 75 at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Models\\DocumentAny.php:52)"} []
[2020-05-05 21:39:57] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Type error: Argument 1 passed to AdminBundle\Models\DocumentAny::setFile() must be an instance of Symfony\Component\HttpFoundation\File\File, string given, called in C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php on line 75" at C:\xampp\htdocs\aiis\src\AdminBundle\Models\DocumentAny.php line 52 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to AdminBundle\\Models\\DocumentAny::setFile() must be an instance of Symfony\\Component\\HttpFoundation\\File\\File, string given, called in C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php on line 75 at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Models\\DocumentAny.php:52)"} []
[2020-05-05 21:39:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:39:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:39:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:39:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2adbfb","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2adbfb","method":"GET"} []
[2020-05-05 21:51:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:51:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:51:10] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:51:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:51:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:52:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:52:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:52:46] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:52:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:52:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:52:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:53:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:53:29] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:53:29] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:53:29] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:53:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:53:29] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:53:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:53:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:53:39] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:53:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:53:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:53:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:54:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:54:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:54:03] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:54:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:54:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:54:03] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:54:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:54:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:54:28] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:54:28] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:54:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:54:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:54:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 21:54:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:59:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:59:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:59:00] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:59:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:59:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:59:01] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:59:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 21:59:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:59:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:59:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:59:39] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 21:59:39] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:59:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:59:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:59:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 21:59:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 21:59:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:59:41] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:59:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"375182","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/375182","method":"GET"} []
[2020-05-05 21:59:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 21:59:42] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 21:59:42] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 21:59:42] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 21:59:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 21:59:42] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 21:59:43] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 21:59:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:00:04] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:00:04] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:00:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:00:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:00:04] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:00:04] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:00:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:00:05] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:00:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:00:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:00:06] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:00:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:00:06] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:00:07] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:00:07] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:00:07] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:00:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:00:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:00:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:00:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:00:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:00:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:00:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:00:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:00:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:00:11] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 22:00:11] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:00:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:00:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:00:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:00:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:00:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 22:00:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:00:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:00:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:00:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"54ff06","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/54ff06","method":"GET"} []
[2020-05-05 22:00:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:00:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:00:14] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:00:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:00:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:00:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:00:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:00:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:01:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:01:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:01:46] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 22:01:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:01:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:01:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:01:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:01:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:01:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:01:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:01:47] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 22:01:47] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 22:01:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 22:01:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:01:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:01:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:01:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:01:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 22:01:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:01:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:01:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:01:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:01:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 22:01:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:01:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6d5379","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6d5379","method":"GET"} []
[2020-05-05 22:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:01:50] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:01:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:01:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:01:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:01:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:03:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:03:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:03:52] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 22:03:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:03:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:03:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:03:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 22:03:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:03:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:03:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:03:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8e7051","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/8e7051","method":"GET"} []
[2020-05-05 22:03:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:03:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:03:54] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:03:54] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:03:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:03:55] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:03:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:03:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:07:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:07:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:07:25] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:07:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:07:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:07:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:07:26] php.CRITICAL: Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) or '{' or '$' {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) or '{' or '$' at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:48)"} []
[2020-05-05 22:07:26] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) or '{' or '$'" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 48 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) or '{' or '$' at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:48)"} []
[2020-05-05 22:07:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:07:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:07:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:07:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f39132","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f39132","method":"GET"} []
[2020-05-05 22:08:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:08:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:08:11] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:08:11] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:08:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:08:12] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:08:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:08:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:08:57] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:08:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:08:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:08:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:08:57] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:09:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:09:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:09:19] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:09:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:09:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:09:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:09:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:09:21] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:13:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:13:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:13:19] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 22:13:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:13:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:13:19] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:13:19] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 22:13:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:13:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:13:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:13:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"65bf45","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/65bf45","method":"GET"} []
[2020-05-05 22:13:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:13:21] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:13:21] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:13:22] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:13:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:13:22] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:13:22] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:13:23] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:16:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:16:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:16:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"65bf45","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/65bf45","method":"GET"} []
[2020-05-05 22:16:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:16:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:16:25] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 22:16:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:16:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:16:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:16:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 22:16:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:16:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:16:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:16:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"895123","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/895123","method":"GET"} []
[2020-05-05 22:16:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:16:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:16:27] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:16:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:16:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:16:28] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:16:28] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:16:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:16:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:16:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:16:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"1132a2","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/1132a2","method":"GET"} []
[2020-05-05 22:25:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:25:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:25:02] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:25:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:25:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:25:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:25:03] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:27:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:27:26] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:27:26] request.INFO: Matched route "trabajo_trabajos". {"route":"trabajo_trabajos","route_parameters":{"_controller":"AdminBundle\\Controller\\TrabajoController::trabajosAction","_route":"trabajo_trabajos"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/trabajo/trabajos","method":"GET"} []
[2020-05-05 22:27:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:27:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:27:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:27:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 2 [] []
[2020-05-05 22:27:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:27:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:27:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:27:27] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:27:27] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:27:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:27:27] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:27:28] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:27:29] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\ValidationException: "Built-in validation reader read "" instead of "QR de Autenticidad - ADVENTISTA - Grupo SizCorp - id: 7".                      Adjust your parameters to increase readability or disable built-in validation." at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\Writer\PngWriter.php line 45 {"exception":"[object] (Endroid\\QrCode\\Exception\\ValidationException(code: 0): Built-in validation reader read \"\" instead of \"QR de Autenticidad - ADVENTISTA - Grupo SizCorp - id: 7\".\n                     Adjust your parameters to increase readability or disable built-in validation. at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\Writer\\PngWriter.php:45)"} []
[2020-05-05 22:27:29] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:27:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:27:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:27:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3ed58f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3ed58f","method":"GET"} []
[2020-05-05 22:28:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:28:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:28:37] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:28:37] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:28:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:28:37] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:28:37] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:28:39] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\ValidationException: "Built-in validation reader read "" instead of "QR de Autenticidad - ADVENTISTA - Grupo SizCorp - id: 7".                      Adjust your parameters to increase readability or disable built-in validation." at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\Writer\PngWriter.php line 45 {"exception":"[object] (Endroid\\QrCode\\Exception\\ValidationException(code: 0): Built-in validation reader read \"\" instead of \"QR de Autenticidad - ADVENTISTA - Grupo SizCorp - id: 7\".\n                     Adjust your parameters to increase readability or disable built-in validation. at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\Writer\\PngWriter.php:45)"} []
[2020-05-05 22:28:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:28:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:28:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:28:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3f0be1","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3f0be1","method":"GET"} []
[2020-05-05 22:29:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:29:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:29:09] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:29:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:29:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:29:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:29:11] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\ValidationException: "Built-in validation reader read "" instead of "QR de Autenticidad - ADVENTISTA - Grupo SizCorp".                      Adjust your parameters to increase readability or disable built-in validation." at C:\xampp\htdocs\aiis\vendor\endroid\qr-code\src\Writer\PngWriter.php line 45 {"exception":"[object] (Endroid\\QrCode\\Exception\\ValidationException(code: 0): Built-in validation reader read \"\" instead of \"QR de Autenticidad - ADVENTISTA - Grupo SizCorp\".\n                     Adjust your parameters to increase readability or disable built-in validation. at C:\\xampp\\htdocs\\aiis\\vendor\\endroid\\qr-code\\src\\Writer\\PngWriter.php:45)"} []
[2020-05-05 22:29:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:29:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:29:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:29:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"55487d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/55487d","method":"GET"} []
[2020-05-05 22:29:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:29:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:29:49] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:29:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:29:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:29:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:29:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:29:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:29:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:29:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:29:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"4e36ff","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/4e36ff","method":"GET"} []
[2020-05-05 22:37:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:37:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:37:02] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:37:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:37:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:37:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:37:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:37:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:37:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:37:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:37:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"c4c4f7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/c4c4f7","method":"GET"} []
[2020-05-05 22:42:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:42:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:42:17] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:42:17] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:42:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:42:17] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:42:17] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:42:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:42:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:42:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:42:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3083f8","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3083f8","method":"GET"} []
[2020-05-05 22:42:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:42:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:42:32] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-05-05 22:42:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:42:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:42:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:42:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-05-05 22:42:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-05-05 22:42:33] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:42:33] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1cfb99cacf1.66774757.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1cfb99d23c9.28947970.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1cfb99cacf1.66774757.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1cfb99d23c9.28947970.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:42:35] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1cfb99d23c9.28947970.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1cfb99cacf1.66774757.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1cfb99d23c9.28947970.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[==========>                                                 ] 17%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[=====================>                                      ] 36%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 22:42:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:44:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:44:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:44:01] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:44:01] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:44:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:44:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:44:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:44:02] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:44:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:44:04] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:44:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"238cd7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/238cd7","method":"GET"} []
[2020-05-05 22:49:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:49:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:49:47] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 22:49:47] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:49:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:49:47] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:49:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 22:49:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:49:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:49:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:49:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fa2472","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fa2472","method":"GET"} []
[2020-05-05 22:49:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:49:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:49:52] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:49:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:49:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:49:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:49:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:49:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:49:53] php.CRITICAL: Cannot use object of type AdminBundle\Entity\Material as array {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Material as array at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:250)"} []
[2020-05-05 22:49:53] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type AdminBundle\Entity\Material as array" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 250 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type AdminBundle\\Entity\\Material as array at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:250)"} []
[2020-05-05 22:49:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:49:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:49:54] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:49:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a7841e","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/a7841e","method":"GET"} []
[2020-05-05 22:50:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:50:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:50:15] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:50:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:50:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:50:15] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:50:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:50:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:50:15] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:50:16] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Arguments must be separated by a comma. Unexpected token "name" of value "datosSustitucion" ("punctuation" expected with value ",")." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Arguments must be separated by a comma. Unexpected token \"name\" of value \"datosSustitucion\" (\"punctuation\" expected with value \",\"). at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:50:16] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:50:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:50:17] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:50:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bb0005","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bb0005","method":"GET"} []
[2020-05-05 22:51:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:51:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:51:10] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:51:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:51:11] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:51:11] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:51:11] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:51:11] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:51:12] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:51:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:51:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:51:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"42a9e7","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/42a9e7","method":"GET"} []
[2020-05-05 22:51:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:51:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:51:31] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:51:32] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:51:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:51:32] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:51:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:51:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:51:32] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:51:32] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:51:33] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:51:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:51:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:51:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"0a7aca","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/0a7aca","method":"GET"} []
[2020-05-05 22:54:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:54:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:54:26] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:54:26] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:54:26] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:54:26] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:54:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:54:26] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:54:27] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Expected name or number." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Expected name or number. at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:54:27] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:54:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:54:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:54:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"6b8060","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/6b8060","method":"GET"} []
[2020-05-05 22:54:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:54:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:54:45] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:54:45] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:54:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:54:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:54:46] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:54:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:54:46] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:54:46] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Expected name or number." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Expected name or number. at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:54:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:54:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:54:47] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:54:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"bf8476","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/bf8476","method":"GET"} []
[2020-05-05 22:54:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:54:59] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:54:59] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:54:59] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:54:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:54:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:54:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:54:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:55:00] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:55:00] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Expected name or number." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Expected name or number. at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:55:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:55:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:55:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:55:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"fc0937","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/fc0937","method":"GET"} []
[2020-05-05 22:55:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:55:10] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:55:10] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:55:10] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:55:10] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:55:10] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:55:11] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:55:11] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Arguments must be separated by a comma. Unexpected token "string" of value "7" ("punctuation" expected with value ",")." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Arguments must be separated by a comma. Unexpected token \"string\" of value \"7\" (\"punctuation\" expected with value \",\"). at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:55:11] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:55:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:55:12] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:55:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"060620","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/060620","method":"GET"} []
[2020-05-05 22:55:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:55:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:55:38] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:55:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:55:38] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:55:38] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:55:39] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:55:39] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Arguments must be separated by a comma. Unexpected token "string" of value "7.png" ("punctuation" expected with value ",")." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Arguments must be separated by a comma. Unexpected token \"string\" of value \"7.png\" (\"punctuation\" expected with value \",\"). at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:55:39] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:55:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:55:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:55:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"376af5","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/376af5","method":"GET"} []
[2020-05-05 22:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:55:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:55:56] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:55:56] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:55:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:55:56] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:55:56] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:55:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:55:57] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:55:57] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Expected name or number." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Expected name or number. at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:55:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:55:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:55:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:55:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b675aa","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/b675aa","method":"GET"} []
[2020-05-05 22:56:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:56:13] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:56:13] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:56:13] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:56:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:56:13] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:56:13] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:56:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:56:14] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:56:14] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Warning: A non-numeric value encountered")." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"Warning: A non-numeric value encountered\"). at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154, Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: A non-numeric value encountered at C:\\xampp\\htdocs\\aiis\\var\\cache\\dev\\twig\\72\\726a47d8c24b5a78e0a9e8aab6d2738742ec2ca8fc7375452aeaa3e5faeb4e21.php:251)"} []
[2020-05-05 22:56:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:56:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:56:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:56:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"841e1d","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/841e1d","method":"GET"} []
[2020-05-05 22:56:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:56:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:56:50] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:56:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:56:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:56:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:56:51] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:56:51] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d31362ee21.72580617.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d313635e59.11286879.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d31362ee21.72580617.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d313635e59.11286879.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:56:53] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d313635e59.11286879.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d31362ee21.72580617.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d313635e59.11286879.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 26%\r[================>                                           ] 28%\r[===================>                                        ] 33%\r[========================>                                   ] 40%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 22:56:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:57:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:57:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:57:24] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:57:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:57:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:57:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:57:24] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:57:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:57:25] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:57:25] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3353b7ac7.46006501.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3353befc6.32944222.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3353b7ac7.46006501.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3353befc6.32944222.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:57:26] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3353befc6.32944222.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3353b7ac7.46006501.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3353befc6.32944222.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 25%\r[==================>                                         ] 30%\r[=====================>                                      ] 35%\r[=======================>                                    ] 39%\r[=========================>                                  ] 43%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 22:57:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:57:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:57:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:57:44] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:57:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:57:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:57:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:57:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:57:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:57:45] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:57:45] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d349478421.33900135.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d349484489.71256112.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d349478421.33900135.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d349484489.71256112.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:57:46] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d349484489.71256112.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d349478421.33900135.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d349484489.71256112.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[==============>                                             ] 24%\r[===============>                                            ] 26%\r[=================>                                          ] 29%\r[======================>                                     ] 38%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 22:57:46] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:58:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:58:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:58:03] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:58:03] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:58:04] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:58:04] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:58:04] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:58:05] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d35d2ebf03.56760497.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d35d2f4654.43270497.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d35d2ebf03.56760497.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d35d2f4654.43270497.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:58:06] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d35d2f4654.43270497.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d35d2ebf03.56760497.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d35d2f4654.43270497.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[================>                                           ] 27%\r[=================>                                          ] 29%\r[======================>                                     ] 38%\r[=========================>                                  ] 43%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 22:58:06] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:58:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:58:15] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:58:15] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:58:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:58:16] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:58:16] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:58:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:58:16] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:58:16] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d368f1fc79.01771591.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d368f282e9.23695670.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d368f1fc79.01771591.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d368f282e9.23695670.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:58:18] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d368f282e9.23695670.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d368f1fc79.01771591.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d368f282e9.23695670.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[===============>                                            ] 25%\r[================>                                           ] 28%\r[=======================>                                    ] 39%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 22:58:18] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:58:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:58:33] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:58:33] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:58:33] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:58:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:58:33] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:58:33] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:58:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:58:34] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:58:34] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d37a7ef695.17544628.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d37a7f6e60.07493539.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d37a7ef695.17544628.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d37a7f6e60.07493539.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:58:35] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d37a7f6e60.07493539.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d37a7ef695.17544628.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d37a7f6e60.07493539.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[==============>                                             ] 24%\r[================>                                           ] 27%\r[=================>                                          ] 29%\r[====================>                                       ] 34%\r[=======================>                                    ] 39%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 22:58:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:59:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:59:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:59:09] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:59:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:59:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:59:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:59:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:59:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:59:09] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:59:10] request.CRITICAL: Uncaught PHP Exception Twig_Error_Syntax: "Arguments must be separated by a comma. Unexpected token "string" of value "qrcode7.png" ("punctuation" expected with value ",")." at C:\xampp\htdocs\aiis\app\Resources\views\default\pdfreporte.html.twig line 154 {"exception":"[object] (Twig_Error_Syntax(code: 0): Arguments must be separated by a comma. Unexpected token \"string\" of value \"qrcode7.png\" (\"punctuation\" expected with value \",\"). at C:\\xampp\\htdocs\\aiis\\app\\Resources\\views\\default\\pdfreporte.html.twig:154)"} []
[2020-05-05 22:59:10] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:59:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:59:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:59:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"79183a","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/79183a","method":"GET"} []
[2020-05-05 22:59:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:59:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:59:23] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:59:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:59:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:59:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:59:24] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:59:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:59:24] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:59:24] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3aca4d5a4.75464309.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3aca54669.29258748.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3aca4d5a4.75464309.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3aca54669.29258748.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:59:26] snappy.ERROR: An error happened while generating "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3aca54669.29258748.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3aca4d5a4.75464309.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3aca54669.29258748.pdf\"","status":1,"stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[==========>                                                 ] 18%\r[=============>                                              ] 23%\r[===============>                                            ] 25%\r[==================>                                         ] 31%\r[===================>                                        ] 33%\r[======================>                                     ] 37%\r[=========================>                                  ] 42%\r[===========================>                                ] 45%\r[============================>                               ] 47%\rError: Failed to load http://localhost:8080/aiis/web/'codigosqr/''qrcode7.png', with network status code 203 and http status code 404 - Error downloading http://localhost:8080/aiis/web/'codigosqr/''qrcode7.png' - server replied: Not Found\r\n[==============================>                             ] 50%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\nExit with code 1 due to network error: ContentNotFoundError\r\n"} []
[2020-05-05 22:59:26] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The exit status code '1' says something went wrong: stderr: "Loading pages (1/6) [>                                                           ] 0% [======>                                                     ] 10% [========>                                                   ] 14% [==========>                                                 ] 18% [=============>                                              ] 23% [===============>                                            ] 25% [==================>                                         ] 31% [===================>                                        ] 33% [======================>                                     ] 37% [=========================>                                  ] 42% [===========================>                                ] 45% [============================>                               ] 47% Error: Failed to load http://localhost:8080/aiis/web/'codigosqr/''qrcode7.png', with network status code 203 and http status code 404 - Error downloading http://localhost:8080/aiis/web/'codigosqr/''qrcode7.png' - server replied: Not Found [==============================>                             ] 50% [============================================================] 100% Counting pages (2/6)                                                [============================================================] Object 1 of 1 Resolving links (4/6)                                                        [============================================================] Object 1 of 1 Loading headers and footers (5/6)                                            Printing pages (6/6) [>                                                           ] Preparing [============================================================] Page 1 of 1 Done                                                                       Exit with code 1 due to network error: ContentNotFoundError " stdout: "" command: C:\xampp\htdocs\aiis\wkhtmltox\bin\wkhtmltopdf.exe --lowquality --orientation "Portrait" --page-size "A5" --title "FORMULARIO CONFORMIDAD" --no-outline --outline-depth "8" --encoding "utf-8" --javascript-delay "500" --print-media-type --footer-font-size "7" --footer-right "PÃ¡gina [page] de [toPage]" --header-font-size "7" "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3aca4d5a4.75464309.html" "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3aca54669.29258748.pdf"." at C:\xampp\htdocs\aiis\vendor\knplabs\knp-snappy\src\Knp\Snappy\AbstractGenerator.php line 378 {"exception":"[object] (RuntimeException(code: 0): The exit status code '1' says something went wrong:\nstderr: \"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[==========>                                                 ] 18%\r[=============>                                              ] 23%\r[===============>                                            ] 25%\r[==================>                                         ] 31%\r[===================>                                        ] 33%\r[======================>                                     ] 37%\r[=========================>                                  ] 42%\r[===========================>                                ] 45%\r[============================>                               ] 47%\rError: Failed to load http://localhost:8080/aiis/web/'codigosqr/''qrcode7.png', with network status code 203 and http status code 404 - Error downloading http://localhost:8080/aiis/web/'codigosqr/''qrcode7.png' - server replied: Not Found\r\n[==============================>                             ] 50%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\nExit with code 1 due to network error: ContentNotFoundError\r\n\"\nstdout: \"\"\ncommand: C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3aca4d5a4.75464309.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3aca54669.29258748.pdf\". at C:\\xampp\\htdocs\\aiis\\vendor\\knplabs\\knp-snappy\\src\\Knp\\Snappy\\AbstractGenerator.php:378)"} []
[2020-05-05 22:59:26] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 22:59:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:59:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:59:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2591ce","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2591ce","method":"GET"} []
[2020-05-05 22:59:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 22:59:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 22:59:46] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 22:59:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 22:59:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 22:59:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 22:59:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 22:59:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 22:59:47] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 22:59:47] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3c3b70774.33807034.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3c3b780b0.46988188.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3c3b70774.33807034.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3c3b780b0.46988188.pdf\"","env":null,"timeout":false} []
[2020-05-05 22:59:49] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d3c3b780b0.46988188.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3c3b70774.33807034.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d3c3b780b0.46988188.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[==============>                                             ] 24%\r[===============>                                            ] 26%\r[=================>                                          ] 29%\r[======================>                                     ] 38%\r[============================>                               ] 48%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 22:59:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:01:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:01:50] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:01:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:01:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:01:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:01:51] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 23:01:51] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d43f7d6a63.30621770.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d43f7de298.06023144.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d43f7d6a63.30621770.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d43f7de298.06023144.pdf\"","env":null,"timeout":false} []
[2020-05-05 23:01:53] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d43f7de298.06023144.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d43f7d6a63.30621770.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d43f7de298.06023144.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[==========>                                                 ] 18%\r[=============>                                              ] 22%\r[===============>                                            ] 25%\r[=================>                                          ] 29%\r[=====================>                                      ] 35%\r[=======================>                                    ] 39%\r[=========================>                                  ] 43%\r[=============================>                              ] 49%\rWarning: Failed to load http://localhost:8080/aiis/web/qrcode7.png (ignore)\r\n[==============================>                             ] 50%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 23:01:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:02:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:02:19] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:02:19] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 23:02:19] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:02:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:02:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:02:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 23:02:20] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:02:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:02:22] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:02:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3b2f97","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/3b2f97","method":"GET"} []
[2020-05-05 23:02:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:02:23] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:02:23] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:02:23] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:02:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:02:23] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:02:23] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:02:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:02:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:02:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:02:44] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:02:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:02:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:02:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:02:44] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:02:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:02:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:02:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:02:50] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:02:50] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:02:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:02:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:02:51] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:02:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:03:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:03:05] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:03:05] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:03:05] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:03:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:03:05] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:03:06] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:03:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:03:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:03:08] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:03:08] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:03:08] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:03:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:03:08] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:03:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:03:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:03:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:03:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:03:52] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:03:52] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:03:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:03:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:03:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:03:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:03:52] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: archivo" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 205 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined variable: archivo at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:205)"} []
[2020-05-05 23:03:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:03:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:03:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:03:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"23c7f4","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/23c7f4","method":"GET"} []
[2020-05-05 23:03:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:03:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:03:58] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 23:03:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:03:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:03:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:03:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 23:03:58] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:04:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:04:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:04:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f53f1f","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/f53f1f","method":"GET"} []
[2020-05-05 23:04:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:04:02] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:04:02] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:04:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:04:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:04:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:04:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:04:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:04:03] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined variable: archivo" at C:\xampp\htdocs\aiis\src\AdminBundle\Controller\MaterialController.php line 205 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined variable: archivo at C:\\xampp\\htdocs\\aiis\\src\\AdminBundle\\Controller\\MaterialController.php:205)"} []
[2020-05-05 23:04:03] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:04:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:04:03] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:04:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"490259","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/490259","method":"GET"} []
[2020-05-05 23:04:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:04:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:04:31] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:04:31] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:04:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:04:31] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:04:32] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:04:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:05:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:05:01] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:05:02] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:05:02] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:05:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:05:02] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:05:02] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:05:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:05:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:05:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:05:35] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:05:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:05:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:05:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:05:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:05:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:05:36] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 23:05:36] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d52070b2c2.48859726.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d5207125f6.78996404.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d52070b2c2.48859726.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d5207125f6.78996404.pdf\"","env":null,"timeout":false} []
[2020-05-05 23:05:38] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d5207125f6.78996404.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d52070b2c2.48859726.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d5207125f6.78996404.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[=============>                                              ] 22%\r[================>                                           ] 27%\r[=================>                                          ] 29%\r[===========================>                                ] 45%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 23:05:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:05:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:05:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:05:44] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/","method":"GET"} []
[2020-05-05 23:05:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:05:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:05:45] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:05:45] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-05-05 23:05:45] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:05:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:05:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:05:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2c12bd","_route":"_wdt"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/_wdt/2c12bd","method":"GET"} []
[2020-05-05 23:05:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:05:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:05:48] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"9","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/9/reporte","method":"GET"} []
[2020-05-05 23:05:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:05:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:05:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:05:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 9 [] []
[2020-05-05 23:05:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [7] []
[2020-05-05 23:05:49] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 23:05:49] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d52dc0d2b8.51537151.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d52dc14c56.79691691.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d52dc0d2b8.51537151.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d52dc14c56.79691691.pdf\"","env":null,"timeout":false} []
[2020-05-05 23:05:51] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d52dc14c56.79691691.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d52dc0d2b8.51537151.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d52dc14c56.79691691.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[==============>                                             ] 24%\r[================>                                           ] 27%\r[=================>                                          ] 29%\r[========================>                                   ] 41%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 23:05:51] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-05 23:05:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:395)"} []
[2020-05-05 23:05:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at C:\\xampp\\htdocs\\aiis\\vendor\\symfony\\symfony\\src\\Symfony\\Component\\HttpKernel\\Kernel.php:461)"} []
[2020-05-05 23:05:58] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://localhost:8080/aiis/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-05-05 23:05:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-05-05 23:05:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [2] []
[2020-05-05 23:05:59] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-05-05 23:05:59] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-05-05 23:05:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-05-05 23:05:59] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-05-05 23:05:59] snappy.INFO: Generate from file(s) "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d537bec750.30109979.html" to file "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d537bf46a1.08000889.pdf". {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d537bec750.30109979.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d537bf46a1.08000889.pdf\"","env":null,"timeout":false} []
[2020-05-05 23:06:01] snappy.INFO: File "C:\Users\Display\AppData\Local\Temp\knp_snappy5eb1d537bf46a1.08000889.pdf" has been successfully generated. {"command":"C:\\xampp\\htdocs\\aiis\\wkhtmltox\\bin\\wkhtmltopdf.exe --lowquality --orientation \"Portrait\" --page-size \"A5\" --title \"FORMULARIO CONFORMIDAD\" --no-outline --outline-depth \"8\" --encoding \"utf-8\" --javascript-delay \"500\" --print-media-type --footer-font-size \"7\" --footer-right \"PÃ¡gina [page] de [toPage]\" --header-font-size \"7\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d537bec750.30109979.html\" \"C:\\Users\\Display\\AppData\\Local\\Temp\\knp_snappy5eb1d537bf46a1.08000889.pdf\"","stdout":"","stderr":"Loading pages (1/6)\r\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[============>                                               ] 20%\r[=============>                                              ] 23%\r[===============>                                            ] 25%\r[================>                                           ] 28%\r[=====================>                                      ] 36%\r[===========================>                                ] 46%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \r\n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \r\n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \r\nPrinting pages (6/6)\r\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \r\n"} []
[2020-05-05 23:06:01] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:06:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:06:45] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:06:45] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:06:45] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:06:45] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/login","method":"GET"} []
[2020-06-03 20:06:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-06-03 20:06:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:06:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:06:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f9cef4","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/f9cef4","method":"GET"} []
[2020-06-03 20:06:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:06:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:06:54] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/login_check","method":"POST"} []
[2020-06-03 20:06:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-06-03 20:06:55] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-06-03 20:06:56] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:06:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:06:57] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:06:57] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/","method":"GET"} []
[2020-06-03 20:06:57] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:06:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:06:57] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:06:57] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:07:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:07:00] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:07:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"2964d5","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/2964d5","method":"GET"} []
[2020-06-03 20:07:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:07:09] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:07:09] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:07:09] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:07:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:07:09] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:07:09] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:07:09] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:07:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:07:11] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:07:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"985088","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/985088","method":"GET"} []
[2020-06-03 20:07:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:07:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:07:14] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"13","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/13/reporte","method":"GET"} []
[2020-06-03 20:07:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:07:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:07:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:07:14] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 13 [] []
[2020-06-03 20:07:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [8] []
[2020-06-03 20:07:14] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: /home/naycar5/aiis.sizcorp.com/aiis/vendor/endroid/qr-code/assets/fonts/begokv15__2015___free.otf" at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: /home/naycar5/aiis.sizcorp.com/aiis/vendor/endroid/qr-code/assets/fonts/begokv15__2015___free.otf at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/QrCode.php:284)"} []
[2020-06-03 20:07:14] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:07:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:07:15] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:07:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"93c271","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/93c271","method":"GET"} []
[2020-06-03 20:13:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:13:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:13:40] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:13:40] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:13:40] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:13:40] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:13:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:13:40] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:13:40] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:13:40] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:13:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:13:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:13:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"61dbec","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/61dbec","method":"GET"} []
[2020-06-03 20:13:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:13:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:13:46] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"10","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/10/reporte","method":"GET"} []
[2020-06-03 20:13:46] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:13:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:13:46] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:13:47] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-06-03 20:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion IS NULL [] []
[2020-06-03 20:13:47] request.CRITICAL: Uncaught PHP Exception Endroid\QrCode\Exception\InvalidPathException: "Invalid label font path: /home/naycar5/aiis.sizcorp.com/aiis.sizcorp/vendor/endroid/qr-code/assets/fonts/begokv15__2015___free.otf" at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/QrCode.php line 284 {"exception":"[object] (Endroid\\QrCode\\Exception\\InvalidPathException(code: 0): Invalid label font path: /home/naycar5/aiis.sizcorp.com/aiis.sizcorp/vendor/endroid/qr-code/assets/fonts/begokv15__2015___free.otf at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/QrCode.php:284)"} []
[2020-06-03 20:13:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:13:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:13:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:13:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a50c0f","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/a50c0f","method":"GET"} []
[2020-06-03 20:28:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:38] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:28:38] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:28:38] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/","method":"GET"} []
[2020-06-03 20:28:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-06-03 20:28:38] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php:68)"} []
[2020-06-03 20:28:38] security.DEBUG: Calling Authentication entry point. [] []
[2020-06-03 20:28:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:39] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:39] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_controller":"AdminBundle\\Controller\\LoginController::loginAction","_route":"login"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/login","method":"GET"} []
[2020-06-03 20:28:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-06-03 20:28:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:40] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"252538","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/252538","method":"GET"} []
[2020-06-03 20:28:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:43] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:43] request.INFO: Matched route "login_check". {"route":"login_check","route_parameters":{"_route":"login_check"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/login_check","method":"POST"} []
[2020-06-03 20:28:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.usuario = ? LIMIT 1 ["admin"] []
[2020-06-03 20:28:43] security.INFO: User has been authenticated successfully. {"username":"admin"} []
[2020-06-03 20:28:43] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:28:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:44] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:44] request.INFO: Matched route "persona_index". {"route":"persona_index","route_parameters":{"_controller":"AdminBundle\\Controller\\DefaultController::indexAction","_route":"persona_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/","method":"GET"} []
[2020-06-03 20:28:44] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:28:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:28:44] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:28:44] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:28:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:46] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"cf943d","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/cf943d","method":"GET"} []
[2020-06-03 20:28:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:28:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:28:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:28:48] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:28:48] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:28:48] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:28:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:50] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"96724b","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/96724b","method":"GET"} []
[2020-06-03 20:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:51] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-06-03 20:28:51] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:28:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:28:52] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:28:52] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-06-03 20:28:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-06-03 20:28:52] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Notice: Undefined index: DOCUMENT0_ROOT" at /home/naycar5/aiis.sizcorp.com/src/AdminBundle/Controller/MaterialController.php line 225 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Notice: Undefined index: DOCUMENT0_ROOT at /home/naycar5/aiis.sizcorp.com/src/AdminBundle/Controller/MaterialController.php:225)"} []
[2020-06-03 20:28:52] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:28:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:28:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:28:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"f4b286","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/f4b286","method":"GET"} []
[2020-06-03 20:29:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:29:24] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:29:24] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:29:24] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:29:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:29:24] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:29:24] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:29:24] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:29:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:29:27] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:29:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"d71300","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/d71300","method":"GET"} []
[2020-06-03 20:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:29:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:29:30] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-06-03 20:29:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:29:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:29:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:29:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-06-03 20:29:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-06-03 20:29:30] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/naycar5/aiis.sizcorp.com/aiis/web/codigosqr/qrcode6.png): failed to open stream: No such file or directory" at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/Writer/AbstractWriter.php line 55 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: file_put_contents(/home/naycar5/aiis.sizcorp.com/aiis/web/codigosqr/qrcode6.png): failed to open stream: No such file or directory at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/Writer/AbstractWriter.php:55)"} []
[2020-06-03 20:29:30] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:29:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:29:31] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:29:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"3ce950","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/3ce950","method":"GET"} []
[2020-06-03 20:30:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:30:48] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:30:48] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:30:48] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:30:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:30:49] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:30:49] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:30:49] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:30:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:30:51] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:30:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"541c96","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/541c96","method":"GET"} []
[2020-06-03 20:30:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:30:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:30:53] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"10","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/10/reporte","method":"GET"} []
[2020-06-03 20:30:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:30:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:30:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:30:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-06-03 20:30:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion IS NULL [] []
[2020-06-03 20:30:54] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/naycar5/aiis.sizcorp.com/aiis/web/codigosqr/qrcode.png): failed to open stream: No such file or directory" at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/Writer/AbstractWriter.php line 55 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: file_put_contents(/home/naycar5/aiis.sizcorp.com/aiis/web/codigosqr/qrcode.png): failed to open stream: No such file or directory at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/Writer/AbstractWriter.php:55)"} []
[2020-06-03 20:30:54] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:30:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:30:55] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:30:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"486445","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/486445","method":"GET"} []
[2020-06-03 20:31:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:31:25] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:31:25] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:31:25] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:31:25] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:31:25] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:31:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:31:25] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:31:25] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:31:25] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:31:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:31:28] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:31:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"b34217","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/b34217","method":"GET"} []
[2020-06-03 20:31:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:31:30] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:31:30] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"10","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/10/reporte","method":"GET"} []
[2020-06-03 20:31:30] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:31:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:31:30] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:31:30] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-06-03 20:31:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion IS NULL [] []
[2020-06-03 20:31:30] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/naycar5/aiis.sizcorp.com/aiis/web/codigosqr/qrcode.png): failed to open stream: No such file or directory" at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/Writer/AbstractWriter.php line 55 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ContextErrorException(code: 0): Warning: file_put_contents(/home/naycar5/aiis.sizcorp.com/aiis/web/codigosqr/qrcode.png): failed to open stream: No such file or directory at /home/naycar5/aiis.sizcorp.com/vendor/endroid/qr-code/src/Writer/AbstractWriter.php:55)"} []
[2020-06-03 20:31:31] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:31:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:31:32] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:31:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"7d3897","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/7d3897","method":"GET"} []
[2020-06-03 20:32:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:32:34] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:32:34] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:32:34] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:32:34] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:32:34] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:32:34] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:32:34] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:32:34] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:32:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:32:37] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:32:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"140ab4","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/140ab4","method":"GET"} []
[2020-06-03 20:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:32:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:32:38] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"10","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/10/reporte","method":"GET"} []
[2020-06-03 20:32:38] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:32:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:32:39] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:32:39] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-06-03 20:32:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion IS NULL [] []
[2020-06-03 20:32:39] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-06-03 20:32:39] snappy.INFO: Generate from file(s) "/tmp/knp_snappy5ed808e743c076.40964588.html" to file "/tmp/knp_snappy5ed808e743d3a5.79390095.pdf". {"command":"/home/naycar5/aiis.sizcorp.com/web/wkhtmltox/bin/wkhtmltopdf --lowquality --orientation 'Portrait' --page-size 'A5' --title 'FORMULARIO CONFORMIDAD' --no-outline --outline-depth '8' --encoding 'utf-8' --javascript-delay '500' --print-media-type --footer-font-size '7' --footer-right 'Pgina [page] de [toPage]' --header-font-size '7' '/tmp/knp_snappy5ed808e743c076.40964588.html' '/tmp/knp_snappy5ed808e743d3a5.79390095.pdf'","env":null,"timeout":false} []
[2020-06-03 20:32:47] snappy.INFO: File "/tmp/knp_snappy5ed808e743d3a5.79390095.pdf" has been successfully generated. {"command":"/home/naycar5/aiis.sizcorp.com/web/wkhtmltox/bin/wkhtmltopdf --lowquality --orientation 'Portrait' --page-size 'A5' --title 'FORMULARIO CONFORMIDAD' --no-outline --outline-depth '8' --encoding 'utf-8' --javascript-delay '500' --print-media-type --footer-font-size '7' --footer-right 'Pgina [page] de [toPage]' --header-font-size '7' '/tmp/knp_snappy5ed808e743c076.40964588.html' '/tmp/knp_snappy5ed808e743d3a5.79390095.pdf'","stdout":"","stderr":"Loading pages (1/6)\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[=======>                                                    ] 13%\r[=============>                                              ] 22%\r[=====================================================>      ] 89%\r[============================================================] 100%\rCounting pages (2/6)                                               \n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \nPrinting pages (6/6)\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \n"} []
[2020-06-03 20:32:47] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:37:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:37:35] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:37:35] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:37:35] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:37:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:37:35] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:37:35] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:37:35] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:37:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:37:38] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:37:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"8ea7d5","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/8ea7d5","method":"GET"} []
[2020-06-03 20:37:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:37:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:37:53] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:37:53] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:37:53] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:37:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:37:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:37:53] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:37:53] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:37:53] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:37:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:37:56] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:37:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"76ed13","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/76ed13","method":"GET"} []
[2020-06-03 20:37:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:37:58] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:37:58] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-06-03 20:37:58] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:37:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:37:58] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:37:58] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-06-03 20:37:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-06-03 20:44:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:44:49] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:44:49] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:44:49] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:44:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:44:50] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:44:50] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:44:50] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:44:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:44:52] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:44:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"a5f0a3","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/a5f0a3","method":"GET"} []
[2020-06-03 20:44:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:44:53] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:44:53] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"7","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/7/reporte","method":"GET"} []
[2020-06-03 20:44:53] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:44:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:44:54] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:44:54] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 7 [] []
[2020-06-03 20:44:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion = ? [6] []
[2020-06-03 20:44:54] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-06-03 20:44:54] snappy.INFO: Generate from file(s) "/tmp/knp_snappy5ed80bc6372374.31272826.html" to file "/tmp/knp_snappy5ed80bc6372c35.24275888.pdf". {"command":"/home/naycar5/aiis.sizcorp.com/web/wkhtmltox/bin/wkhtmltopdf --lowquality --orientation 'Portrait' --page-size 'A5' --title 'FORMULARIO CONFORMIDAD' --no-outline --outline-depth '8' --encoding 'utf-8' --javascript-delay '500' --print-media-type --footer-font-size '7' --footer-right 'Pgina [page] de [toPage]' --header-font-size '7' '/tmp/knp_snappy5ed80bc6372374.31272826.html' '/tmp/knp_snappy5ed80bc6372c35.24275888.pdf'","env":null,"timeout":false} []
[2020-06-03 20:44:55] snappy.INFO: File "/tmp/knp_snappy5ed80bc6372c35.24275888.pdf" has been successfully generated. {"command":"/home/naycar5/aiis.sizcorp.com/web/wkhtmltox/bin/wkhtmltopdf --lowquality --orientation 'Portrait' --page-size 'A5' --title 'FORMULARIO CONFORMIDAD' --no-outline --outline-depth '8' --encoding 'utf-8' --javascript-delay '500' --print-media-type --footer-font-size '7' --footer-right 'Pgina [page] de [toPage]' --header-font-size '7' '/tmp/knp_snappy5ed80bc6372374.31272826.html' '/tmp/knp_snappy5ed80bc6372c35.24275888.pdf'","stdout":"","stderr":"Loading pages (1/6)\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[========>                                                   ] 14%\r[===========>                                                ] 19%\r[=============================>                              ] 49%\r[============================================================] 100%\rCounting pages (2/6)                                               \n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \nPrinting pages (6/6)\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \n"} []
[2020-06-03 20:44:55] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:50:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:50:14] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:50:14] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:50:14] php.INFO: User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml" on line 43. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. \" \", \",\", \"[\", \"]\", \"{\", \"}\") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in \"/home/naycar5/aiis.sizcorp.com/src/AdminBundle/Resources/config/routing/trabajo.yml\" on line 43. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:524)"} []
[2020-06-03 20:50:14] request.INFO: Matched route "material_index". {"route":"material_index","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::indexAction","_route":"material_index"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/","method":"GET"} []
[2020-06-03 20:50:14] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:50:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:50:14] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:50:15] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s0_.observacion_cliente AS observacion_cliente_5, t4_.observacion_tecnico AS observacion_tecnico_6, t4_.fecha_inicio AS fecha_inicio_7, t4_.fecha_fin AS fecha_fin_8, t5_.nombre AS nombre_9, t4_.id AS id_10, (t4_.id_tecnico) AS sclr_11 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t4_ ON (t4_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t4_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t4_.id_tipo_trabajo) INNER JOIN tipo_estado_trabajo t5_ ON (t5_.id = t4_.id_estado_trabajo) WHERE t4_.id_tecnico IS NOT NULL AND t4_.id_estado_trabajo = 4 [] []
[2020-06-03 20:50:15] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-06-03 20:50:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:50:18] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:50:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"075861","_route":"_wdt"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/_wdt/075861","method":"GET"} []
[2020-06-03 20:50:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::loadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:395)"} []
[2020-06-03 20:50:20] php.INFO: User Deprecated: Symfony\Component\HttpKernel\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Symfony\\Component\\HttpKernel\\Kernel::doLoadClassCache() is deprecated since Symfony 3.3, to be removed in 4.0. at /home/naycar5/aiis.sizcorp.com/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:461)"} []
[2020-06-03 20:50:20] request.INFO: Matched route "material_reporte". {"route":"material_reporte","route_parameters":{"_controller":"AdminBundle\\Controller\\MaterialController::reporteAction","idTrabajo":"10","_route":"material_reporte"},"request_uri":"http://aiis.sizcorp.com/web/app_dev.php/material/10/reporte","method":"GET"} []
[2020-06-03 20:50:20] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} []
[2020-06-03 20:50:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.role AS role_2, t0.nombre AS nombre_3, t0.paterno AS paterno_4, t0.materno AS materno_5, t0.ci AS ci_6, t0.foto AS foto_7, t0.num_contrato AS num_contrato_8, t0.fecha_ini_contrato AS fecha_ini_contrato_9, t0.fecha_fin_contrato AS fecha_fin_contrato_10, t0.grado_academico AS grado_academico_11, t0.cargo AS cargo_12, t0.email AS email_13, t0.telefono AS telefono_14, t0.usuario AS usuario_15, t0.password AS password_16, t0.direccion AS direccion_17, t0.observaciones AS observaciones_18, t0.id_empresa AS id_empresa_19, t0.id_ci_departamento AS id_ci_departamento_20 FROM empleado t0 WHERE t0.id = ? [20] []
[2020-06-03 20:50:20] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2020-06-03 20:50:20] doctrine.DEBUG: SELECT s0_.fecha_solicitud AS fecha_solicitud_0, t1_.nombre AS nombre_1, s0_.descripcion AS descripcion_2, CONCAT(e2_.nombre, ' ', COALESCE(e2_.paterno, ''), ' ', COALESCE(e2_.materno, '')) AS sclr_3, t3_.nombre AS nombre_4, s4_.razon AS razon_5, s4_.observacion AS observacion_6, s4_.id AS id_7, t5_.id AS id_8, t5_.fecha_inicio AS fecha_inicio_9, t5_.fecha_fin AS fecha_fin_10 FROM solicitud s0_ INNER JOIN tipo_empresa t1_ ON (s0_.id_empresa = t1_.id) INNER JOIN trabajo t5_ ON (t5_.id_solicitud = s0_.id) INNER JOIN empleado e2_ ON (e2_.id = t5_.id_tecnico) INNER JOIN tipo_trabajo t3_ ON (t3_.id = t5_.id_tipo_trabajo) LEFT JOIN sustitucion s4_ ON (s4_.id_trabajo = t5_.id) WHERE t5_.id = 10 [] []
[2020-06-03 20:50:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.descripcion AS descripcion_2, t0.cantidad AS cantidad_3, t0.observacion AS observacion_4, t0.id_sustitucion AS id_sustitucion_5 FROM material t0 WHERE t0.id_sustitucion IS NULL [] []
[2020-06-03 20:50:20] snappy.DEBUG: Set option "encoding". {"value":"UTF-8"} []
[2020-06-03 20:50:20] snappy.INFO: Generate from file(s) "/tmp/knp_snappy5ed80d0c5be073.49700877.html" to file "/tmp/knp_snappy5ed80d0c5befd5.75859754.pdf". {"command":"/home/naycar5/aiis.sizcorp.com/web/wkhtmltox/bin/wkhtmltopdf --lowquality --orientation 'Portrait' --page-size 'A5' --title 'FORMULARIO CONFORMIDAD' --no-outline --outline-depth '8' --encoding 'utf-8' --javascript-delay '500' --print-media-type --footer-font-size '7' --footer-right 'Pgina [page] de [toPage]' --header-font-size '7' '/tmp/knp_snappy5ed80d0c5be073.49700877.html' '/tmp/knp_snappy5ed80d0c5befd5.75859754.pdf'","env":null,"timeout":false} []
[2020-06-03 20:50:28] snappy.INFO: File "/tmp/knp_snappy5ed80d0c5befd5.75859754.pdf" has been successfully generated. {"command":"/home/naycar5/aiis.sizcorp.com/web/wkhtmltox/bin/wkhtmltopdf --lowquality --orientation 'Portrait' --page-size 'A5' --title 'FORMULARIO CONFORMIDAD' --no-outline --outline-depth '8' --encoding 'utf-8' --javascript-delay '500' --print-media-type --footer-font-size '7' --footer-right 'Pgina [page] de [toPage]' --header-font-size '7' '/tmp/knp_snappy5ed80d0c5be073.49700877.html' '/tmp/knp_snappy5ed80d0c5befd5.75859754.pdf'","stdout":"","stderr":"Loading pages (1/6)\n[>                                                           ] 0%\r[======>                                                     ] 10%\r[=======>                                                    ] 13%\r[=============>                                              ] 22%\r[=====================================================>      ] 89%\r[============================================================] 100%\rCounting pages (2/6)                                               \n[============================================================] Object 1 of 1\rResolving links (4/6)                                                       \n[============================================================] Object 1 of 1\rLoading headers and footers (5/6)                                           \nPrinting pages (6/6)\n[>                                                           ] Preparing\r[============================================================] Page 1 of 1\rDone                                                                      \n"} []
[2020-06-03 20:50:28] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
